commit b700e7701a8f19df9fe3d7ac5ccca90daf2504f3
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Dec 11 18:45:52 2018 +0200
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Dec 11 18:46:02 2018 +0200
hexen: Mark gamedescription variable static
---
src/hexen/h2_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c
index 0c02ee8e..8a11da11 100644
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -93,7 +93,7 @@ extern boolean askforquit;
// PUBLIC DATA DEFINITIONS -------------------------------------------------
GameMode_t gamemode;
-const char *gamedescription;
+static const char *gamedescription;
char *iwadfile;
static char demolumpname[9]; // Demo lump to start playing.
boolean nomonsters; // checkparm of -nomonsters