mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-26 10:44:40 -05:00
SetTerrainObstacleChecked
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
enum TerrainType
|
||||
{
|
||||
TERRAIN_TYPE_WALL = 0, // x0 When neither TERRAIN_TYPE_NORMAL nor TERRAIN_TYPE_SECONDARY are set
|
||||
TERRAIN_TYPE_NORMAL = 1 << 0, // x1
|
||||
TERRAIN_TYPE_SECONDARY = 1 << 1, // Water or lava depending on the dungeon. x2
|
||||
TERRAIN_TYPE_UNK_2 = 1 << 2, // x4
|
||||
|
||||
Reference in New Issue
Block a user