From 26d923e354d22a3d8aeb007f4d6f1e5dc669efb4 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Wed, 5 Mar 2014 18:47:52 +0700 Subject: ZVISION: Fix incompatibility of puzzle flugs with original saves. --- engines/zvision/puzzle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/zvision/puzzle.h b/engines/zvision/puzzle.h index e06b087aca..4d50756b87 100644 --- a/engines/zvision/puzzle.h +++ b/engines/zvision/puzzle.h @@ -65,8 +65,8 @@ struct Puzzle { enum StateFlags { ONCE_PER_INST = 0x01, - DO_ME_NOW = 0x02, // Somewhat useless flag since anything that needs to be done immediately has no criteria - DISABLED = 0x04 + DISABLED = 0x02, + DO_ME_NOW = 0x04 }; uint32 key; -- cgit v1.2.3