Skip to content

Commit

Permalink
ZVISION: Add flag to puzzle structure for use with new referenceTable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Chan committed Oct 25, 2013
1 parent d8ad0e5 commit c87ca1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/zvision/puzzle.h
Expand Up @@ -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
Expand Down

0 comments on commit c87ca1b

Please sign in to comment.