commit 4b0fa1dff8f21ec8b373a92066d88da1921bfec6
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Dec 11 18:49:06 2018 +0200
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Dec 11 18:49:06 2018 +0200
hexen: Make ClusMsgLumpNames contents const
---
src/hexen/in_lude.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hexen/in_lude.c b/src/hexen/in_lude.c
index dc77d097..a9e3f6d6 100644
--- a/src/hexen/in_lude.c
+++ b/src/hexen/in_lude.c
@@ -153,7 +153,7 @@ static void Stop(void)
// Initializes the stats for single player mode
//========================================================================
-static char *ClusMsgLumpNames[] = {
+static const char *ClusMsgLumpNames[] = {
"clus1msg",
"clus2msg",
"clus3msg",