From 46958f55432bcbb6f4e90f4dd937d8de355e5785 Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 11 May 2008 21:26:26 +0000 Subject: - 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 --- src/screen_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_world.c') 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; } -- cgit v1.2.3