From c87ca1bc9c9023b2f85b5151e790f6ebe60ea2c2 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Fri, 25 Oct 2013 08:13:59 +0000 Subject: ZVISION: Add flag to puzzle structure for use with new referenceTable. --- engines/zvision/puzzle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') 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 resultActions; uint flags; + bool addedBySetState; }; } // End of namespace ZVision -- cgit v1.2.3