|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/* $Id: game.c,v 1.73 2004/01/27 21:13:44 stpohle Exp $
|
|
|
|
|
/* $Id: game.c,v 1.74 2004/01/30 22:32:51 stpohle Exp $
|
|
|
|
|
game.c - procedures for the game. */
|
|
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
@ -95,9 +95,9 @@ game_draw_info ()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (bman.state == GS_ready && GT_MP_PTPM)
|
|
|
|
|
font_draw (100, 32, "Press F4 to start the game", 0, 0);
|
|
|
|
|
font_gfxdraw (100, 32, "Press F4 to start the game", 0, COLOR_yellow, 0xFFFF);
|
|
|
|
|
else if (bman.state == GS_ready)
|
|
|
|
|
font_draw (100, 32, "Waiting for the Server to Start", 0, 0);
|
|
|
|
|
font_gfxdraw (100, 32, "Waiting for the Server to Start", 0, COLOR_yellow, 0xFFFF);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* draw the warning part */
|
|
|
|
|