summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/d_deh.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/d_deh.h')
-rw-r--r--apps/plugins/doom/d_deh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/d_deh.h b/apps/plugins/doom/d_deh.h
index 0844c38be1..0d65260b18 100644
--- a/apps/plugins/doom/d_deh.h
+++ b/apps/plugins/doom/d_deh.h
@@ -86,7 +86,7 @@ extern const char *s_QLPROMPT; // = QLPROMPT;
86"you can't start a new game\n"\ 86"you can't start a new game\n"\
87"while in a network game.\n\n"PRESSKEY 87"while in a network game.\n\n"PRESSKEY
88*/ 88*/
89extern char *s_NEWGAME; // = NEWGAME; 89extern const char *s_NEWGAME; // = NEWGAME;
90 90
91// CPhipps - message given when asked if to restart the level 91// CPhipps - message given when asked if to restart the level
92extern char *s_RESTARTLEVEL; 92extern char *s_RESTARTLEVEL;