aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-15 22:53:02 -0400
committerMatthew Hoops2011-08-15 22:53:02 -0400
commitfcd84f67c8640f24dd9eb48e18f500aa180fe5c8 (patch)
treeef4dbf5bab9ebbe6493b0376e51d9eedf935e18c /engines/mohawk/riven.h
parent6f83052b403b2ddcb51f7e732564bd53c240e1a9 (diff)
downloadscummvm-rg350-fcd84f67c8640f24dd9eb48e18f500aa180fe5c8.tar.gz
scummvm-rg350-fcd84f67c8640f24dd9eb48e18f500aa180fe5c8.tar.bz2
scummvm-rg350-fcd84f67c8640f24dd9eb48e18f500aa180fe5c8.zip
MOHAWK: Stub off Riven transition speed code
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index 01a4fbb38c..e99a9f78fc 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -67,6 +67,13 @@ enum {
StackNames = 5
};
+enum RivenTransitionSpeed {
+ kRivenTransitionSpeedNone = 5000,
+ kRivenTransitionSpeedFastest = 5001,
+ kRivenTransitionSpeedNormal = 5002,
+ kRivenTransitionSpeedBest = 5003
+};
+
// Rects for the inventory object positions (initialized in
// MohawkEngine_Riven's constructor).
extern Common::Rect *g_atrusJournalRect1;