summaryrefslogtreecommitdiff
path: root/src/client/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/game.c')
-rw-r--r--src/client/game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/game.c b/src/client/game.c
index e70fdae..a20e3fa 100644
--- a/src/client/game.c
+++ b/src/client/game.c
@@ -25,9 +25,11 @@
#include "panel.h"
#include "radar.h"
+#ifndef NO_SOUND
#include "audio.h"
#include "sound.h"
#include "music.h"
+#endif
#include "screen_world.h"
#include "screen_mainMenu.h"