mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
ZVISION: Add some comments concerning StateFlag::DO_ME_NOW
This commit is contained in:
parent
946f98b34d
commit
30afe1a815
@ -57,7 +57,7 @@ struct Puzzle {
|
|||||||
|
|
||||||
enum StateFlags {
|
enum StateFlags {
|
||||||
ONCE_PER_INST = 0x01,
|
ONCE_PER_INST = 0x01,
|
||||||
DO_ME_NOW = 0x02,
|
DO_ME_NOW = 0x02, // Somewhat useless flag since anything that needs to be done immediately has no criteria
|
||||||
DISABLED = 0x04
|
DISABLED = 0x04
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user