mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +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 {
|
||||
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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user