From 77465c2629ef63629d69c97a0af60a47a07ce7f5 Mon Sep 17 00:00:00 2001 From: oroborus Date: Thu, 17 Jul 2008 20:49:03 +0000 Subject: - opravena chyba, tux mophol pomocou bombballu vybuchnuteho v objekte do ktoreho sa dostal ako duch pridavat itemy - kod namiesto SDL_Surface pouziva moj typ image_t git-svn-id: http://opensvn.csie.org/tuxanci_ng@154 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/arena.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/arena.h') 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; -- cgit v1.2.3