foxygit / doom Log in
commit 39d9cd20d2da5a121944e5f4e0444890394f6ebf
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Jul 28 15:40:36 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jul 31 18:30:00 2018 +0300

    doom: Make mapnames_chex contents const
---
 src/doom/hu_stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doom/hu_stuff.c b/src/doom/hu_stuff.c
index 3f6c50e9..ea381b66 100644
--- a/src/doom/hu_stuff.c
+++ b/src/doom/hu_stuff.c
@@ -164,7 +164,7 @@ const char *mapnames[] =	// DOOM shareware/registered/retail (Ultimate) names.
     "NEWLEVEL"
 };

-char*   mapnames_chex[] =   // Chex Quest names.
+const char *mapnames_chex[] =   // Chex Quest names.
 {

     HUSTR_E1M1,