aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime_game.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-01-21 19:45:33 +0000
committerAlyssa Milburn2011-01-21 19:45:33 +0000
commit13eb46eb9900bef3ed33da38454f2d196104a5c4 (patch)
tree17f5decc22af59ada71f107d52f73aed45ce164e /engines/mohawk/cstime_game.h
parent0c797cf359c0191ee78f0fbcf391af87059c017c (diff)
downloadscummvm-rg350-13eb46eb9900bef3ed33da38454f2d196104a5c4.tar.gz
scummvm-rg350-13eb46eb9900bef3ed33da38454f2d196104a5c4.tar.bz2
scummvm-rg350-13eb46eb9900bef3ed33da38454f2d196104a5c4.zip
MOHAWK: Fix disabling inventory features in CSTime.
svn-id: r55388
Diffstat (limited to 'engines/mohawk/cstime_game.h')
-rw-r--r--engines/mohawk/cstime_game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/cstime_game.h b/engines/mohawk/cstime_game.h
index d859664d80..d604f120ad 100644
--- a/engines/mohawk/cstime_game.h
+++ b/engines/mohawk/cstime_game.h
@@ -123,6 +123,7 @@ struct CSTimeInventoryHotspot {
struct CSTimeInventoryObject {
uint16 id, stringId, hotspotId, featureId, canTake;
Feature *feature;
+ bool featureDisabled;
Common::Array<CSTimeLocation> locations;
Common::Array<CSTimeInventoryHotspot> hotspots;
Common::Array<CSTimeEvent> events;