doom: Make textscreen_t text member const

This commit is contained in:
Turo Lamminen 2018-07-28 15:24:13 +03:00
parent 78a5cc8411
commit 714d40f3bf

View file

@ -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[] =