shithub: choc

Download patch

ref: 87fe8d350290348219affebcc0fb89965e8e90f8
parent: 7862764e12a25b6b83aeca026ddf4432046ad307
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 19 11:05:58 EDT 2018

dehacked: Make deh_section_s name member const

--- a/src/deh_defs.h
+++ b/src/deh_defs.h
@@ -30,7 +30,7 @@
 
 struct deh_section_s
 {
-    char *name;
+    const char *name;
 
     // Called on startup to initialize code