doom: Make textscreen_t background member const
This commit is contained in:
parent
0efd5a7800
commit
78a5cc8411
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ typedef struct
|
|||
{
|
||||
GameMission_t mission;
|
||||
int episode, level;
|
||||
char *background;
|
||||
const char *background;
|
||||
char *text;
|
||||
} textscreen_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue