diff --git a/src/game.c b/src/game.c index 2081aa8..1b66d72 100644 --- a/src/game.c +++ b/src/game.c @@ -1,4 +1,4 @@ -/* $Id: game.c,v 1.109 2005/04/09 18:22:40 stpohle Exp $ +/* $Id: game.c,v 1.110 2005/04/09 19:44:08 stpohle Exp $ game.c - procedures for the game. */ #include @@ -283,8 +283,6 @@ game_loop () if (ready) bman.state = GS_running; - else - d_printf ("game_keys_loop: not all players are ready\n"); net_send_servermode (); }