From 4b0fa1dff8f21ec8b373a92066d88da1921bfec6 Mon Sep 17 00:00:00 2001 From: Turo Lamminen Date: Tue, 11 Dec 2018 18:49:06 +0200 Subject: [PATCH] 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",