setup: Make game_title variable const
This commit is contained in:
parent
cf21664839
commit
9209085d85
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ static int screenblocks = 9;
|
|||
static int detailLevel = 0;
|
||||
static char *savedir = NULL;
|
||||
static char *executable = NULL;
|
||||
static char *game_title = "Doom";
|
||||
static const char *game_title = "Doom";
|
||||
static char *back_flat = "F_PAVE01";
|
||||
static int comport = 0;
|
||||
static char *nickname = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue