mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
ZVISION: Add flag to puzzle structure for use with new referenceTable.
This commit is contained in:
parent
d8ad0e5235
commit
c87ca1bc9c
@ -74,6 +74,7 @@ struct Puzzle {
|
||||
// This has to be list of pointers because ResultAction is abstract
|
||||
Common::List<ResultAction *> resultActions;
|
||||
uint flags;
|
||||
bool addedBySetState;
|
||||
};
|
||||
|
||||
} // End of namespace ZVision
|
||||
|
Loading…
Reference in New Issue
Block a user