summaryrefslogtreecommitdiff
path: root/src/screen_world.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-14 22:11:31 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-14 22:11:31 +0000
commitd9e19a0d5ba8a797e12052e29f9c3a945d2331bc (patch)
tree95e18dfbf1879b5edd973d81003a43955adb141b /src/screen_world.c
parent593ac1e25c2053f06cb1b7e29785a695d3c57ad3 (diff)
- 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
Diffstat (limited to 'src/screen_world.c')
-rw-r--r--src/screen_world.c2
1 files changed, 2 insertions, 0 deletions
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);
}