summaryrefslogtreecommitdiff
path: root/src/screen_world.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-05-11 21:26:26 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-05-11 21:26:26 +0000
commit46958f55432bcbb6f4e90f4dd937d8de355e5785 (patch)
tree38c275b411553cf14a7aaed138151f7c4c4337b3 /src/screen_world.c
parent8b70ac9538f7e4da10666cfc21fd368a91a77ae3 (diff)
- podpora kompilacie bez zvuku
kompilujte ako make clean && make nosound git-svn-id: http://opensvn.csie.org/tuxanci_ng@51 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen_world.c')
-rw-r--r--src/screen_world.c2
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;
}