Skip to content

Commit

Permalink
- forgot to remove the test settings for the fullscreen feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Mar 15, 2020
1 parent db5efdd commit 27b8284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamedata/gi.h
Expand Up @@ -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;
};
Expand Down

0 comments on commit 27b8284

Please sign in to comment.