From bb5db4aa3b67c7270b208fe43d829906f7409b63 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 15 Sep 2010 20:28:42 +0000 Subject: MOHAWK: Finish implementation of the Riven Marble Puzzle You can now place the marbles and pressing the button will now only set the power to on if the marbles are in the correct positions. svn-id: r52735 --- engines/mohawk/riven_external.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/riven_external.h') diff --git a/engines/mohawk/riven_external.h b/engines/mohawk/riven_external.h index 471d5fe021..1f012c82d9 100644 --- a/engines/mohawk/riven_external.h +++ b/engines/mohawk/riven_external.h @@ -45,6 +45,7 @@ public: private: MohawkEngine_Riven *_vm; uint32 _sliderState; + Common::Array _marbleBaseHotspots; typedef void (RivenExternal::*ExternalCmd)(uint16 argc, uint16 *argv); -- cgit v1.2.3