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/screen/screen_choiceArena.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/screen/screen_choiceArena.c') diff --git a/src/screen/screen_choiceArena.c b/src/screen/screen_choiceArena.c index cd61c9c..f1a13b3 100644 --- a/src/screen/screen_choiceArena.c +++ b/src/screen/screen_choiceArena.c @@ -123,7 +123,7 @@ static void eventWidget(void *p) void initScreenChoiceArena() { - SDL_Surface *image; + image_t *image; int i; image = getImage(IMAGE_GROUP_BASE, "screen_main"); @@ -137,7 +137,6 @@ void initScreenChoiceArena() for( i = 0 ; i < getArenaCount() ; i++ ) { - SDL_Surface *image; widget_buttonimage_t *widget_buttonimage; int x, y; -- cgit v1.2.3