shithub: choc

Download patch

ref: cacc67fa1d227dbd55125bbaeaeb739a8ce35848
parent: 43faac6fd98434e92016a6cdb080e403538268b3
author: Turo Lamminen <turotl@gmail.com>
date: Tue Aug 7 13:32:37 EDT 2018

heretic: Make TerrainTypeDefs name member const

--- a/src/heretic/p_spec.c
+++ b/src/heretic/p_spec.c
@@ -193,7 +193,7 @@
 int *TerrainTypes;
 struct
 {
-    char *name;
+    const char *name;
     int type;
 } TerrainTypeDefs[] =
 {