summaryrefslogtreecommitdiff
path: root/include/arena.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-15 18:35:48 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-15 18:35:48 +0000
commitb84b59153c587248ca8a6a94a6d93977e851233f (patch)
treee13b33f09ee6ac130bb6045626618b1c5fc4d787 /include/arena.h
parent6038f9434f1eb40caf7992ece9a3972e95a9fc11 (diff)
- moznost skompilovat public server bez GUI ( pomocou Makefile-publicServer )
port sa nastavuje ako ./publicserver --port <port> - jeto iba prvotna verzia treba to este odladit a zostabilnit git-svn-id: http://opensvn.csie.org/tuxanci_ng@18 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
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;