add resizeable bool
This commit is contained in:
parent
f394d7f7ce
commit
43224a0f65
3 changed files with 24 additions and 1 deletions
|
@ -42,6 +42,7 @@ void Settings_Load()
|
|||
ddraw->noactivateapp = GetBool("noactivateapp", FALSE);
|
||||
ddraw->vhack = GetBool("vhack", FALSE);
|
||||
ddraw->accurateTimers = GetBool("accuratetimers", FALSE);
|
||||
ddraw->resizable = GetBool("resizable", TRUE);
|
||||
|
||||
WindowRect.right = GetInt("width", 0);
|
||||
WindowRect.bottom = GetInt("height", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue