aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a7475bb..73222be 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -263,7 +263,7 @@ main(int argc, char **argv)
#if DEFAULT_SDL_FLAGS & SDL_HWSURFACE
if (!(screen->flags & SDL_HWSURFACE))
- fprintf(stderr, "Warning: Hardware surfaces not available!\n");
+ WARNING("Hardware surfaces not available!");
#endif
SDL_ShowCursor(show_cursor);