hexen: Make TerrainTypeDefs name member const
This commit is contained in:
parent
6f254179fe
commit
e268cd1327
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ static boolean CheckedLockedDoor(mobj_t * mo, byte lock);
|
|||
int *TerrainTypes;
|
||||
struct
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
int type;
|
||||
} TerrainTypeDefs[] =
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue