diff options
Diffstat (limited to 'src/base/shot.c')
| -rw-r--r-- | src/base/shot.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/shot.c b/src/base/shot.c index c631a26..5e95a8e 100644 --- a/src/base/shot.c +++ b/src/base/shot.c @@ -22,10 +22,10 @@ #ifndef PUBLIC_SERVER -static SDL_Surface *g_shot_simple; -static SDL_Surface *g_shot_lasserX; -static SDL_Surface *g_shot_lasserY; -static SDL_Surface *g_shot_bombball; +static image_t *g_shot_simple; +static image_t *g_shot_lasserX; +static image_t *g_shot_lasserY; +static image_t *g_shot_bombball; #endif |