aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/brain_slot.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-20 13:11:23 -0500
committerPaul Gilbert2017-02-20 13:11:23 -0500
commiteffd93aaf4ee9fbac0140cb0027c734fd704b0b4 (patch)
tree178bafc2bf3618d82b765b1b9f431907e1853a6f /engines/titanic/game/brain_slot.h
parentb851eff01761dbd4cb2cf5bc6c8ce806e25328e7 (diff)
downloadscummvm-rg350-effd93aaf4ee9fbac0140cb0027c734fd704b0b4.tar.gz
scummvm-rg350-effd93aaf4ee9fbac0140cb0027c734fd704b0b4.tar.bz2
scummvm-rg350-effd93aaf4ee9fbac0140cb0027c734fd704b0b4.zip
TITANIC: Renamings for Titania head and brain slots
Diffstat (limited to 'engines/titanic/game/brain_slot.h')
-rw-r--r--engines/titanic/game/brain_slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/brain_slot.h b/engines/titanic/game/brain_slot.h
index a821cfd1cb..a85036303e 100644
--- a/engines/titanic/game/brain_slot.h
+++ b/engines/titanic/game/brain_slot.h
@@ -35,7 +35,7 @@ class CBrainSlot : public CGameObject {
bool ActMsg(CActMsg *msg);
bool MouseDragStartMsg(CMouseDragStartMsg *msg);
public:
- static bool _added;
+ static int _numAdded;
static bool _woken;
public:
bool _occupied;