From d9e19a0d5ba8a797e12052e29f9c3a945d2331bc Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 14 Mar 2008 22:11:31 +0000 Subject: - upravy v kode, lepsia synchronizacia - clienty posielaju serveru "pingy", ak server isty cas ping od client anedostane tak ho dpoji ( nespojive UDP ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@16 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/screen_world.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/screen_world.c') diff --git a/src/screen_world.c b/src/screen_world.c index 068ac08..fb9a559 100644 --- a/src/screen_world.c +++ b/src/screen_world.c @@ -104,9 +104,11 @@ void countRoundInc() } count++; + printf("count %d\n", count); if( count >= max_count ) { + printf("count %d ending\n", count); playSound("end", SOUND_GROUP_BASE); addTimer(timer_endArena, NULL, TIMER_END_ARENA); } -- cgit v1.2.3