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 6b6b439a72..c154dde388 100644 --- a/engines/titanic/core/saveable_object.cpp +++ b/engines/titanic/core/saveable_object.cpp @@ -59,6 +59,7 @@ #include "titanic/npcs/barbot.h" #include "titanic/npcs/bellbot.h" +#include "titanic/npcs/callbot.h" #include "titanic/npcs/deskbot.h" #include "titanic/npcs/doorbot.h" #include "titanic/npcs/liftbot.h" @@ -115,6 +116,7 @@ DEFFN(CTripDownCanal); DEFFN(CBarbot); DEFFN(CBellBot); +DEFFN(CCallBot); DEFFN(CDeskbot); DEFFN(CDoorbot); DEFFN(CLiftBot); @@ -165,6 +167,7 @@ void CSaveableObject::initClassList() { ADDFN(CBarbot); ADDFN(CBellBot); + ADDFN(CCallBot); ADDFN(CDeskbot); ADDFN(CDoorbot); ADDFN(CMaitreD); |