diff options
Diffstat (limited to 'engines/titanic/core/saveable_object.cpp')
-rw-r--r-- | engines/titanic/core/saveable_object.cpp | 3 |
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); |