From 27b8284881d7dac7fa713f06430e5dcc2a398062 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 15 Mar 2020 10:02:19 +0100 Subject: [PATCH] - forgot to remove the test settings for the fullscreen feature. --- src/gamedata/gi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamedata/gi.h b/src/gamedata/gi.h index 84e383135f..5d5f061e3b 100644 --- a/src/gamedata/gi.h +++ b/src/gamedata/gi.h @@ -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; };