summaryrefslogtreecommitdiff
path: root/src/base/arena.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/arena.h')
-rw-r--r--src/base/arena.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/arena.h b/src/base/arena.h
index e7f70ea..9512222 100644
--- a/src/base/arena.h
+++ b/src/base/arena.h
@@ -6,7 +6,7 @@
#include "main.h"
#ifndef PUBLIC_SERVER
-#include "interface.h"
+#include "image.h"
#endif
#ifdef __WIN32__
@@ -21,7 +21,7 @@ typedef struct arena_struct
#ifndef PUBLIC_SERVER
char music[STR_SIZE];
- SDL_Surface *background;
+ image_t *background;
#endif
int w, h;
list_t *listTimer;