IMMORTAL: Clarify Tile enum value duplicate as intentional

This commit is contained in:
Michael Hayman 2023-02-12 18:10:41 -05:00
parent 8d2bd83365
commit 18a6ad4c99

View File

@ -50,7 +50,7 @@ enum Tile : uint8 {
kTileTopLower75,
kTileLower3,
kTileLower5,
kTileCeilingTile = 2
kTileCeilingTile = 2 // This duplicate is intentional
};
/* Quick note: