commit c058a8d7067485155ac3be4c5c1b02d5378dc83c
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue May 15 19:38:44 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue May 15 19:38:44 2018 +0300
strife: Mark pagename variable const
---
src/strife/d_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index ef8b15ad..ba756bcb 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -553,7 +553,7 @@ void D_DoomLoop (void)
//
int demosequence;
int pagetic;
-char *pagename;
+const char *pagename;
//