Pick better names for constants

This commit is contained in:
Phlosioneer
2019-02-26 22:56:22 -05:00
committed by huderlem
parent 189d387f01
commit da0687987d
12 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -856,7 +856,7 @@ void SetTVMetatilesOnMap(int width, int height, u16 tileId)
{
if (MapGridGetMetatileBehaviorAt(x, y) == MB_TELEVISION)
{
MapGridSetMetatileIdAt(x, y, tileId | MAP_IMPASSABLE_MASK);
MapGridSetMetatileIdAt(x, y, tileId | METATILE_COLLISION_MASK);
}
}
}