commit 28132c738513295071b099830cb1947653f0a774
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Dec 11 18:39:30 2018 +0200
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Dec 11 18:39:30 2018 +0200
hexen: Make gamedescription variable const
---
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 56649ed3..0c02ee8e 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;
-char *gamedescription;
+const char *gamedescription;
char *iwadfile;
static char demolumpname[9]; // Demo lump to start playing.
boolean nomonsters; // checkparm of -nomonsters