mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
IMMORTAL: Clarify Tile enum value duplicate as intentional
This commit is contained in:
parent
8d2bd83365
commit
18a6ad4c99
@ -50,7 +50,7 @@ enum Tile : uint8 {
|
||||
kTileTopLower75,
|
||||
kTileLower3,
|
||||
kTileLower5,
|
||||
kTileCeilingTile = 2
|
||||
kTileCeilingTile = 2 // This duplicate is intentional
|
||||
};
|
||||
|
||||
/* Quick note:
|
||||
|
Loading…
x
Reference in New Issue
Block a user