use original 640x480 resolution

This commit is contained in:
Alula 2021-09-28 18:06:40 +02:00
parent 4549e3821c
commit 617d8bb562
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 1 additions and 1 deletions

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)