ZVISION: Add flag to puzzle structure for use with new referenceTable.

This commit is contained in:
Marisa-Chan 2013-10-25 08:13:59 +00:00
parent d8ad0e5235
commit c87ca1bc9c

View File

@ -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