mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
HDB: Add kFlagStairTop flag
This commit is contained in:
parent
a86905c32f
commit
15d19b8b3b
@ -71,6 +71,7 @@ enum GameState {
|
||||
enum Flag {
|
||||
kFlagInvisible = 0x20,
|
||||
kFlagForeground = 0x80,
|
||||
kFlagStairTop = 0x400000,
|
||||
kFlagGrating = 0x4000000,
|
||||
kFlagMasked = 0x2000000
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user