From 8e8d381ddfeb2c989c9ee6a3bf93d07775719e13 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sat, 9 Apr 2005 19:44:08 +0000 Subject: [PATCH] debug message problem --- src/game.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 (); }