aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/saveable_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/saveable_object.cpp')
-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 c7e749e9dd..ec0f2937ec 100644
--- a/engines/titanic/core/saveable_object.cpp
+++ b/engines/titanic/core/saveable_object.cpp
@@ -36,6 +36,7 @@
#include "titanic/game/room_item.h"
#include "titanic/game/service_elevator_door.h"
#include "titanic/game/sub_glass.h"
+#include "titanic/npcs/succubus.h"
namespace Titanic {
@@ -58,6 +59,7 @@ DEFFN(CProjectItem);
DEFFN(CRoomItem);
DEFFN(CServiceElevatorDoor);
DEFFN(CSUBGlass);
+DEFFN(CSuccUBus);
DEFFN(CTreeItem);
DEFFN(CViewItem);
@@ -76,6 +78,7 @@ void CSaveableObject::initClassList() {
ADDFN(CRoomItem);
ADDFN(CServiceElevatorDoor);
ADDFN(CSUBGlass);
+ ADDFN(CSuccUBus);
ADDFN(CTreeItem);
ADDFN(CViewItem);
}