summaryrefslogtreecommitdiff
path: root/src/arena.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arena.c')
-rw-r--r--src/arena.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arena.c b/src/arena.c
index 6ce2712..52044d1 100644
--- a/src/arena.c
+++ b/src/arena.c
@@ -15,8 +15,10 @@ arena_t* newArena()
arena_t *new;
new = malloc( sizeof(arena_t) );
+#ifndef BUBLIC_SERVER
new->background = NULL;
strcpy(new->music, "");
+#endif
new->listTux = newList();
new->listShot = newList();