From effd93aaf4ee9fbac0140cb0027c734fd704b0b4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 20 Feb 2017 13:11:23 -0500 Subject: TITANIC: Renamings for Titania head and brain slots --- engines/titanic/game/brain_slot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game/brain_slot.h') 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; -- cgit v1.2.3