shithub: choc

Download patch

ref: 39d9cd20d2da5a121944e5f4e0444890394f6ebf
parent: a02f9777a1ef72c0ceb7368774ef1d9d41b6baac
author: Turo Lamminen <turotl@gmail.com>
date: Sat Jul 28 11:40:36 EDT 2018

doom: Make mapnames_chex contents const

--- a/src/doom/hu_stuff.c
+++ b/src/doom/hu_stuff.c
@@ -164,7 +164,7 @@
     "NEWLEVEL"
 };
 
-char*   mapnames_chex[] =   // Chex Quest names.
+const char *mapnames_chex[] =   // Chex Quest names.
 {
 
     HUSTR_E1M1,