foxygit / doom Log in
commit a02f9777a1ef72c0ceb7368774ef1d9d41b6baac
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Jul 28 15:38:56 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jul 31 18:24:52 2018 +0300

    doom: Make mapnames 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 d1c5bdc8..3f6c50e9 100644
--- a/src/doom/hu_stuff.c
+++ b/src/doom/hu_stuff.c
@@ -110,7 +110,7 @@ static boolean		headsupactive = false;
 // The actual names can be found in DStrings.h.
 //

-char*	mapnames[] =	// DOOM shareware/registered/retail (Ultimate) names.
+const char *mapnames[] =	// DOOM shareware/registered/retail (Ultimate) names.
 {

     HUSTR_E1M1,