1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-03 23:20:14 +02:00

use original 640x480 resolution

This commit is contained in:
Alula 2021-09-28 18:06:40 +02:00
parent 4549e3821c
commit 617d8bb562
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 3E00485503A1D8BA

View file

@ -109,7 +109,7 @@ int winmain::WinMain(LPCSTR lpCmdLine)
SDL_Window *window = SDL_CreateWindow(
pinball::get_rc_string(38, 0),
SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
800, 556,
600, 440,
SDL_WINDOW_HIDDEN | SDL_WINDOW_RESIZABLE);
MainWindow = window;
if (!window)