diff options
Diffstat (limited to 'src/screen_world.c')
| -rw-r--r-- | src/screen_world.c | 2 |
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); } |