diff options
Diffstat (limited to 'libwinnie/src/sdl/gfx.cc')
-rw-r--r-- | libwinnie/src/sdl/gfx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libwinnie/src/sdl/gfx.cc b/libwinnie/src/sdl/gfx.cc index edce8ba..9f31a4e 100644 --- a/libwinnie/src/sdl/gfx.cc +++ b/libwinnie/src/sdl/gfx.cc @@ -52,7 +52,7 @@ bool init_gfx() get_subsys()->graphics_offset = (int)((char*)gfx - (char*)get_pool()); - Rect scr_rect(0, 0, 1024, 768); + Rect scr_rect(0, 0, 1280, 853); gfx->screen_rect = scr_rect; gfx->color_depth = 32; |