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