aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_external.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-09-15 20:28:42 +0000
committerMatthew Hoops2010-09-15 20:28:42 +0000
commitbb5db4aa3b67c7270b208fe43d829906f7409b63 (patch)
tree80ca78add0cb65ab0830d7203e550fc8cf3bdcd0 /engines/mohawk/riven_external.h
parent47c46cdfdeef954ab14761f886204c64d3f9ba83 (diff)
downloadscummvm-rg350-bb5db4aa3b67c7270b208fe43d829906f7409b63.tar.gz
scummvm-rg350-bb5db4aa3b67c7270b208fe43d829906f7409b63.tar.bz2
scummvm-rg350-bb5db4aa3b67c7270b208fe43d829906f7409b63.zip
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
Diffstat (limited to 'engines/mohawk/riven_external.h')
-rw-r--r--engines/mohawk/riven_external.h1
1 files changed, 1 insertions, 0 deletions
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<Common::Rect> _marbleBaseHotspots;
typedef void (RivenExternal::*ExternalCmd)(uint16 argc, uint16 *argv);