mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- forgot to remove the test settings for the fullscreen feature.
This commit is contained in:
parent
db5efddf12
commit
27b8284881
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue