diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 690933c..c66de65 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -262,7 +262,7 @@ main(int argc, char **argv) #if DEFAULT_SDL_FLAGS & SDL_HWSURFACE if (!(screen->flags & SDL_HWSURFACE)) - WARNING("Hardware surfaces not available!"); + WARNING_MSG("Hardware surfaces not available!"); #endif SDL_ShowCursor(show_cursor); |