heretic: Make TerrainTypeDefs name member const
This commit is contained in:
parent
43faac6fd9
commit
cacc67fa1d
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ anim_t *lastanim;
|
|||
int *TerrainTypes;
|
||||
struct
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
int type;
|
||||
} TerrainTypeDefs[] =
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue