heretic: Make gamedescription const
This commit is contained in:
parent
a436e0f6f0
commit
9ae68ae0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue