|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/* $Id: game.c,v 1.53 2003/08/29 23:50:39 stpohle Exp $
|
|
|
|
|
/* $Id: game.c,v 1.54 2003/09/12 18:10:36 stpohle Exp $
|
|
|
|
|
game.c - procedures for the game. */
|
|
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
@ -103,7 +103,7 @@ game_draw_info ()
|
|
|
|
|
font_drawbold ((gfx.res.x - strlen ("HURRY HURRY")*font[1].size.x)/2, 32, "HURRY HURRY", 1, 2);
|
|
|
|
|
font_setcolor (255,128, 128,1);
|
|
|
|
|
font_draw ((gfx.res.x - strlen ("HURRY HURRY")*font[1].size.x)/2, 32, "HURRY HURRY", 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (chat.visible == 0 && GT_MP_PTP)
|
|
|
|
@ -287,6 +287,8 @@ game_start ()
|
|
|
|
|
|
|
|
|
|
menu_displaytext ("Loading..", "Please Wait", 32, 128, 32);
|
|
|
|
|
|
|
|
|
|
bman.players_nr_s = 0;
|
|
|
|
|
|
|
|
|
|
for (p = 0; p < MAX_PLAYERS; p++) {
|
|
|
|
|
if (PS_IS_used (bman.players[p].state)) {
|
|
|
|
|
bman.players_nr_s++;
|
|
|
|
|