aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime_game.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-01-22 17:33:44 +0000
committerAlyssa Milburn2011-01-22 17:33:44 +0000
commitde4b5645324a9019344dd94877c7ecc2139b5cd0 (patch)
treeebb814c047067a92544ac7ebfb84b09638272b73 /engines/mohawk/cstime_game.h
parentcaccceb02b7de1812190114373f69e574e570308 (diff)
downloadscummvm-rg350-de4b5645324a9019344dd94877c7ecc2139b5cd0.tar.gz
scummvm-rg350-de4b5645324a9019344dd94877c7ecc2139b5cd0.tar.bz2
scummvm-rg350-de4b5645324a9019344dd94877c7ecc2139b5cd0.zip
MOHAWK: Add/use visit count for scenes.
svn-id: r55440
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 d604f120ad..661fdbaa41 100644
--- a/engines/mohawk/cstime_game.h
+++ b/engines/mohawk/cstime_game.h
@@ -220,6 +220,7 @@ public:
uint16 getHelperId() { return _helperId; }
uint getId() { return _id; }
+ uint _visitCount;
CSTimeChar *_activeChar;
Common::Array<Feature *> _objectFeatures;