diff options
author | Marisa-Chan | 2013-10-25 08:13:59 +0000 |
---|---|---|
committer | Marisa-Chan | 2013-10-25 08:13:59 +0000 |
commit | c87ca1bc9c9023b2f85b5151e790f6ebe60ea2c2 (patch) | |
tree | a084f104e01a7013b365c23a672a4f48cf291dbb /engines | |
parent | d8ad0e5235b036a69bdcae68ec99020de95c47bc (diff) | |
download | scummvm-rg350-c87ca1bc9c9023b2f85b5151e790f6ebe60ea2c2.tar.gz scummvm-rg350-c87ca1bc9c9023b2f85b5151e790f6ebe60ea2c2.tar.bz2 scummvm-rg350-c87ca1bc9c9023b2f85b5151e790f6ebe60ea2c2.zip |
ZVISION: Add flag to puzzle structure for use with new referenceTable.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/puzzle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h index 2eea52f80b..1b30829462 100644 --- a/engines/zvision/puzzle.h +++ b/engines/zvision/puzzle.h @@ -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 |