diff options
Diffstat (limited to 'src/client/chat.c')
| -rw-r--r-- | src/client/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/chat.c b/src/client/chat.c index bad3826..a50af88 100644 --- a/src/client/chat.c +++ b/src/client/chat.c @@ -14,7 +14,7 @@ #include "chat.h" #include "font.h" -static SDL_Surface *g_chat; +static image_t *g_chat; static list_t *listText; |