heretic: Make gamedescription const

This commit is contained in:
Turo Lamminen 2018-12-08 15:53:29 +02:00
parent a436e0f6f0
commit 9ae68ae0e1

View file

@ -54,7 +54,7 @@
#define STARTUP_WINDOW_Y 7 #define STARTUP_WINDOW_Y 7
GameMode_t gamemode = indetermined; GameMode_t gamemode = indetermined;
char *gamedescription = "unknown"; const char *gamedescription = "unknown";
boolean nomonsters; // checkparm of -nomonsters boolean nomonsters; // checkparm of -nomonsters
boolean respawnparm; // checkparm of -respawn boolean respawnparm; // checkparm of -respawn