|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: game.c,v 1.87 2004/06/15 15:04:37 stpohle Exp $
|
|
|
|
/* $Id: game.c,v 1.88 2004/06/16 00:41:29 stpohle Exp $
|
|
|
|
game.c - procedures for the game. */
|
|
|
|
game.c - procedures for the game. */
|
|
|
|
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
#include <string.h>
|
|
|
@ -296,6 +296,10 @@ game_loop ()
|
|
|
|
bman.timeout -= timediff;
|
|
|
|
bman.timeout -= timediff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (menu != NULL)
|
|
|
|
|
|
|
|
menu_delete (menu);
|
|
|
|
|
|
|
|
gfx_blitdraw ();
|
|
|
|
|
|
|
|
|
|
|
|
chat_show (-1, -1, -1, -1);
|
|
|
|
chat_show (-1, -1, -1, -1);
|
|
|
|
|
|
|
|
|
|
|
|
d_gamedetail ("GAME END");
|
|
|
|
d_gamedetail ("GAME END");
|
|
|
|