summaryrefslogtreecommitdiff
path: root/src/heretic/mn_menu.c
diff options
context:
space:
mode:
authorSimon Howard2011-10-23 13:29:09 +0000
committerSimon Howard2011-10-23 13:29:09 +0000
commit1ec21c92ed4c3f792e642524c5cd5bc30b6d7457 (patch)
tree1263f68ae3736eef7cfd40c2c60b1b0ace40e3c5 /src/heretic/mn_menu.c
parentd64626ff417323e05a479caeee02168c1eafd798 (diff)
downloadchocolate-doom-1ec21c92ed4c3f792e642524c5cd5bc30b6d7457.tar.gz
chocolate-doom-1ec21c92ed4c3f792e642524c5cd5bc30b6d7457.tar.bz2
chocolate-doom-1ec21c92ed4c3f792e642524c5cd5bc30b6d7457.zip
Fix compiler warnings (thanks Edward-San).
Subversion-branch: /branches/v2-branch Subversion-revision: 2459
Diffstat (limited to 'src/heretic/mn_menu.c')
-rw-r--r--src/heretic/mn_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/mn_menu.c b/src/heretic/mn_menu.c
index 75728427..6c7e425d 100644
--- a/src/heretic/mn_menu.c
+++ b/src/heretic/mn_menu.c
@@ -145,7 +145,7 @@ static int MenuTime;
static boolean soundchanged;
boolean askforquit;
-boolean typeofask;
+static int typeofask;
static boolean FileMenuKeySteal;
static boolean slottextloaded;
static char SlotText[6][SLOTTEXTLEN + 2];