summaryrefslogtreecommitdiff
path: root/src/setup/display.c
diff options
context:
space:
mode:
authorSimon Howard2011-10-20 21:13:35 +0000
committerSimon Howard2011-10-20 21:13:35 +0000
commitabfc7bfe709000c1ca82654b64e6b43d3e06308a (patch)
tree39ef2bb0b10725ba65e48d427f6c835eb9ef3a56 /src/setup/display.c
parentd6693cc9e17fdbee7033e47b7b8da249da118d8f (diff)
downloadchocolate-doom-abfc7bfe709000c1ca82654b64e6b43d3e06308a.tar.gz
chocolate-doom-abfc7bfe709000c1ca82654b64e6b43d3e06308a.tar.bz2
chocolate-doom-abfc7bfe709000c1ca82654b64e6b43d3e06308a.zip
Fix Konami code.
Subversion-branch: /branches/v2-branch Subversion-revision: 2445
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
}
-