diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-11 04:16:40 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-11 04:16:40 +0200 |
commit | c850866eceac5b943ff54577e4927e4c18cab5fb (patch) | |
tree | 80b8578877399c445d3e3df869cafd80b2a15239 /src/main.cpp | |
parent | 0d9816d36341bac163b640ccdba2bc5b4dd32614 (diff) | |
download | osc-graphics-c850866eceac5b943ff54577e4927e4c18cab5fb.tar.gz |
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); |