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:
parent
4549e3821c
commit
617d8bb562
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue