summaryrefslogtreecommitdiff
path: root/include/arena.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arena.h')
-rw-r--r--include/arena.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arena.h b/include/arena.h
index 38a0a18..8ac353d 100644
--- a/include/arena.h
+++ b/include/arena.h
@@ -9,9 +9,11 @@
typedef struct arena_struct
{
+#ifndef BUBLIC_SERVER
char music[STR_SIZE];
SDL_Surface *background;
+#endif
list_t *listTux;
list_t *listShot;