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 4eb905287e..1cbae873db 100644 --- a/engines/titanic/core/saveable_object.cpp +++ b/engines/titanic/core/saveable_object.cpp @@ -68,6 +68,7 @@ #include "titanic/npcs/parrot.h" #include "titanic/npcs/starlings.h" #include "titanic/npcs/succubus.h" +#include "titanic/npcs/summon_bots.h" #include "titanic/npcs/titania.h" #include "titanic/sound/auto_music_player.h" @@ -126,6 +127,7 @@ DEFFN(CMaitreD); DEFFN(CMobile); DEFFN(CParrot); DEFFN(CStarlings); +DEFFN(CSummonBots); DEFFN(CSuccUBus); DEFFN(CTitania); @@ -180,6 +182,7 @@ void CSaveableObject::initClassList() { ADDFN(CParrot); ADDFN(CStarlings); ADDFN(CSuccUBus); + ADDFN(CSummonBots); ADDFN(CTitania); ADDFN(CAutoMusicPlayer); |