add resizeable bool

This commit is contained in:
FunkyFr3sh 2019-08-13 15:46:05 +02:00
parent f394d7f7ce
commit 43224a0f65
3 changed files with 24 additions and 1 deletions

View file

@ -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);