This commit is contained in:
zicodxx 2007-04-21 08:42:21 +00:00
parent 402744ea48
commit 8e6be6ab6d

View file

@ -176,7 +176,7 @@ void mekh_hud_recall_msgs()
void HUD_init_message(char * format, va_list args)
{
int temp;
int temp, i;
char *message = NULL;
char *last_message=NULL;