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/widget/widget_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/widget_image.c') diff --git a/src/widget/widget_image.c b/src/widget/widget_image.c index 6437451..8be8080 100644 --- a/src/widget/widget_image.c +++ b/src/widget/widget_image.c @@ -8,7 +8,7 @@ #include "font.h" #include "widget_image.h" -widget_image_t* newWidgetImage(int x, int y, SDL_Surface *image) +widget_image_t* newWidgetImage(int x, int y, image_t *image) { widget_image_t *new; -- cgit v1.2.3