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