shithub: choc

Download patch

ref: b583744f185be9b58c023b4571c43b1b7c0bc946
parent: b950080b1997e3ca2b61ca24d515caf649449311
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 26 11:32:18 EDT 2018

setup: Make iwadfile variable const

--- a/src/setup/multiplayer.c
+++ b/src/setup/multiplayer.c
@@ -67,7 +67,7 @@
 
 // Filename to pass to '-iwad'.
 
-static char *iwadfile;
+static const char *iwadfile;
 
 static const char *wad_extensions[] = { "wad", "lmp", "deh", NULL };