commit 78a5cc8411f814bbf00a3dba3196efffe9b7a221
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Jul 28 15:22:15 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Jul 28 15:22:15 2018 +0300
doom: Make textscreen_t background member const
---
src/doom/f_finale.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/doom/f_finale.c b/src/doom/f_finale.c
index 900cca21..0aef2b71 100644
--- a/src/doom/f_finale.c
+++ b/src/doom/f_finale.c
@@ -61,7 +61,7 @@ typedef struct
{
GameMission_t mission;
int episode, level;
- char *background;
+ const char *background;
char *text;
} textscreen_t;