diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-06 05:38:46 -0500 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-06 05:38:46 -0500 |
commit | 906913017f569363bed0657458f285a93c062221 (patch) | |
tree | 8eb48107b4768d323996841a4ae4c3eafc81388b /libwinnie/src/sdl/gfx.cc | |
parent | 24cb8fdf06da775f223c63f2d5708693e48550e6 (diff) |
get it to compile on a modern system
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; |