doom: Make textscreen_t background member const

This commit is contained in:
Turo Lamminen 2018-07-28 15:22:15 +03:00
parent 0efd5a7800
commit 78a5cc8411

View file

@ -61,7 +61,7 @@ typedef struct
{
GameMission_t mission;
int episode, level;
char *background;
const char *background;
char *text;
} textscreen_t;