heretic: Make TerrainTypeDefs name member const

This commit is contained in:
Turo Lamminen 2018-08-07 17:32:37 +03:00
parent 43faac6fd9
commit cacc67fa1d

View file

@ -193,7 +193,7 @@ anim_t *lastanim;
int *TerrainTypes;
struct
{
char *name;
const char *name;
int type;
} TerrainTypeDefs[] =
{