foxygit / doom Log in
commit 4746b8f40c32b34bb4e0643945e4a5be7adc67de
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Mar 31 15:20:43 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Mar 31 15:20:43 2018 +0300

    wad: Make unique_lumps lumpname member const
---
 src/w_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/w_main.c b/src/w_main.c
index fb1be42a..a5aade4d 100644
--- a/src/w_main.c
+++ b/src/w_main.c
@@ -198,7 +198,7 @@ boolean W_ParseCommandLine(void)
 static const struct
 {
     GameMission_t mission;
-    char *lumpname;
+    const char *lumpname;
 } unique_lumps[] = {
     { doom,    "POSSA1" },
     { heretic, "IMPXA1" },