summaryrefslogtreecommitdiff
path: root/src/setup/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/display.c')
-rw-r--r--src/setup/display.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup/display.c b/src/setup/display.c
index ebd747e0..92b436b7 100644
--- a/src/setup/display.c
+++ b/src/setup/display.c
@@ -109,10 +109,11 @@ static int screen_width = 320;
static int screen_height = 200;
static int screen_bpp = 8;
static int startup_delay = 1000;
-static int graphical_startup = 1;
-static int show_endoom = 1;
static int usegamma = 0;
+int graphical_startup = 1;
+int show_endoom = 1;
+
// These are the last screen width/height values that were chosen by the
// user. These are used when finding the "nearest" mode, so when
// changing the fullscreen / aspect ratio options, the setting does not
@@ -824,4 +825,3 @@ void BindDisplayVariables(void)
}
#endif
}
-