summaryrefslogtreecommitdiff
path: root/src/modules/modWall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/modWall.c')
-rwxr-xr-xsrc/modules/modWall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/modWall.c b/src/modules/modWall.c
index c2cf69e..0422bbe 100755
--- a/src/modules/modWall.c
+++ b/src/modules/modWall.c
@@ -36,7 +36,7 @@ typedef struct wall_struct
int layer; // vrstva
#ifndef PUBLIC_SERVER
- SDL_Surface *img; //obrazok
+ image_t *img; //obrazok
#endif
} wall_t;
@@ -52,7 +52,7 @@ static list_t *listWall;
#ifndef PUBLIC_SERVER
wall_t* newWall(int x, int y, int w, int h,
- int img_x, int img_y, int layer, SDL_Surface *img)
+ int img_x, int img_y, int layer, image_t *img)
#endif
#ifdef PUBLIC_SERVER