- forgot to remove the test settings for the fullscreen feature.

This commit is contained in:
Christoph Oelckers 2020-03-15 10:02:19 +01:00
parent db5efddf12
commit 27b8284881
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ struct gameinfo_t
int berserkpic;
double normforwardmove[2];
double normsidemove[2];
int fullscreenautoaspect = 3;
int fullscreenautoaspect = 0;
const char *GetFinalePage(unsigned int num) const;
};