From 6ace820da623b8579972ae58c50ec782dfcf2589 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Fri, 25 Oct 2013 20:47:36 +0000 Subject: ZVISION: Remove field "flags" from puzzle structure. --- engines/zvision/puzzle.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/zvision/puzzle.h') diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h index 1b30829462..c02f60c8f0 100644 --- a/engines/zvision/puzzle.h +++ b/engines/zvision/puzzle.h @@ -32,7 +32,7 @@ namespace ZVision { struct Puzzle { - Puzzle() : key(0), flags(0) {} + Puzzle() : key(0) {} ~Puzzle() { for (Common::List::iterator iter = resultActions.begin(); iter != resultActions.end(); ++iter) { @@ -73,7 +73,6 @@ struct Puzzle { Common::List > criteriaList; // This has to be list of pointers because ResultAction is abstract Common::List resultActions; - uint flags; bool addedBySetState; }; -- cgit v1.2.3