diff options
Diffstat (limited to 'src/screen_world.c')
| -rw-r--r-- | src/screen_world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_world.c b/src/screen_world.c index bd68596..9858a8b 100644 --- a/src/screen_world.c +++ b/src/screen_world.c @@ -19,6 +19,7 @@ #include "image.h" #include "music.h" #include "sound.h" +#include "fake_audio.h" #include "tux.h" #include "wall.h" #include "teleport.h" @@ -69,7 +70,6 @@ void setWorldArena(int id) void setMaxCountRound(int n) { - printf("max_count = %d\n", n); max_count = n; } |