diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-26 22:56:22 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-28 22:21:16 -0600 |
commit | da0687987d8d4f6cb9a331f30553ffb806e74165 (patch) | |
tree | b85e2dea111aabaee3418efcf498ccfb2be206da /src/tv.c | |
parent | 189d387f01104a715d788690fbc76d987ea3d6e1 (diff) |
Pick better names for constants
Diffstat (limited to 'src/tv.c')
-rw-r--r-- | src/tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } } |