summaryrefslogtreecommitdiff
path: root/src/modules/modTeleport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/modTeleport.c')
-rwxr-xr-xsrc/modules/modTeleport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/modTeleport.c b/src/modules/modTeleport.c
index 785c1a3..1411b88 100755
--- a/src/modules/modTeleport.c
+++ b/src/modules/modTeleport.c
@@ -34,7 +34,7 @@ typedef struct teleport_struct
int layer; // vrstva
#ifndef PUBLIC_SERVER
- SDL_Surface *img; //obrazok
+ image_t *img; //obrazok
#endif
} teleport_t;
@@ -44,7 +44,7 @@ static space_t *spaceTeleport;
static list_t *listTeleport;
#ifndef PUBLIC_SERVER
-teleport_t* newTeleport(int x, int y, int w, int h, int layer, SDL_Surface *img)
+teleport_t* newTeleport(int x, int y, int w, int h, int layer, image_t *img)
#endif
#ifdef PUBLIC_SERVER