doom: Make textscreen_t text member const
This commit is contained in:
parent
78a5cc8411
commit
714d40f3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ typedef struct
|
|||
GameMission_t mission;
|
||||
int episode, level;
|
||||
const char *background;
|
||||
char *text;
|
||||
const char *text;
|
||||
} textscreen_t;
|
||||
|
||||
static textscreen_t textscreens[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue