aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
diff options
context:
space:
mode:
authorPaul Gilbert2016-02-26 22:15:08 -0500
committerPaul Gilbert2016-02-26 22:15:08 -0500
commit405c1d97330a1f158bdc5c472ff1bf778542fb5a (patch)
tree83a806f8b88ca2324b4848d191557f67c19c9980 /engines/titanic/core
parentbc3e04400843615a77fd8df5a911070350f2323e (diff)
downloadscummvm-rg350-405c1d97330a1f158bdc5c472ff1bf778542fb5a.tar.gz
scummvm-rg350-405c1d97330a1f158bdc5c472ff1bf778542fb5a.tar.bz2
scummvm-rg350-405c1d97330a1f158bdc5c472ff1bf778542fb5a.zip
TITANIC: Implemented CDeadArea
Diffstat (limited to 'engines/titanic/core')
-rw-r--r--engines/titanic/core/saveable_object.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/core/saveable_object.cpp b/engines/titanic/core/saveable_object.cpp
index 966e441050..7451852520 100644
--- a/engines/titanic/core/saveable_object.cpp
+++ b/engines/titanic/core/saveable_object.cpp
@@ -36,6 +36,7 @@
#include "titanic/core/view_item.h"
#include "titanic/game/announce.h"
+#include "titanic/game/dead_area.h"
#include "titanic/game/hammer_dispensor_button.h"
#include "titanic/game/pet_position.h"
#include "titanic/game/room_item.h"
@@ -131,6 +132,7 @@ DEFFN(CTreeItem);
DEFFN(CViewItem);
DEFFN(CAnnounce);
+DEFFN(CDeadArea);
DEFFN(CHammerDispensorButton);
DEFFN(CPETPosition);
DEFFN(CRoomItem);
@@ -219,6 +221,7 @@ void CSaveableObject::initClassList() {
ADDFN(CViewItem);
ADDFN(CAnnounce);
+ ADDFN(CDeadArea);
ADDFN(CHammerDispensorButton);
ADDFN(CPETPosition);
ADDFN(CRoomItem);