foxygit / doom Log in
commit 15db26eeaba7074eeb9eb9ce422550e77bbf2688
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat May 5 14:46:15 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat May 5 14:46:15 2018 +0300

    heretic: Make pagename variable const
---
 src/heretic/d_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index 2fdcb105..63f66a35 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -271,7 +271,7 @@ void D_DoomLoop(void)

 int demosequence;
 int pagetic;
-char *pagename;
+const char *pagename;


 /*