shithub: choc

Download patch

ref: 73e918793d0f2747bed957fd251de276be2e0423
parent: 7bd251b206105a611a9565af397b7fec548e669b
author: Turo Lamminen <turotl@gmail.com>
date: Tue Jan 29 15:00:22 EST 2019

strife: Make terraintype_t flat member const

--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -196,7 +196,7 @@
 // villsa [STRIFE] terrain type definitions
 typedef struct
 {
-    char*   flat;
+    const char *flat;
     int     type;
     int     num;
 } terraintype_t;