ref: e268cd1327a195285255541e6b77f0aad71300a8
parent: 6f254179fea3e1034a5bf09996f246d2af118f63
author: Turo Lamminen <turotl@gmail.com>
date: Tue Dec 4 14:02:45 EST 2018
hexen: Make TerrainTypeDefs name member const
--- a/src/hexen/p_spec.c
+++ b/src/hexen/p_spec.c
@@ -44,7 +44,7 @@
int *TerrainTypes;
struct
{
- char *name;
+ const char *name;
int type;
} TerrainTypeDefs[] =
{