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 9f0ac320e2..4ef6a4a766 100644 --- a/engines/titanic/core/saveable_object.cpp +++ b/engines/titanic/core/saveable_object.cpp @@ -406,6 +406,7 @@ #include "titanic/sound/water_lapping_sounds.h" #include "titanic/star_control/star_control.h" +#include "titanic/support/time_event_info.h" namespace Titanic { @@ -1004,6 +1005,7 @@ DEFFN(CViewAutoSoundPlayer) DEFFN(CViewTogglesOtherMusic) DEFFN(CWaterLappingSounds) DEFFN(CStarControl) +DEFFN(CTimeEventInfo) void CSaveableObject::initClassList() { _classDefs = new Common::List<ClassDef *>(); @@ -1592,6 +1594,7 @@ void CSaveableObject::initClassList() { ADDFN(CViewTogglesOtherMusic, CEnterViewTogglesOtherMusic); ADDFN(CWaterLappingSounds, CRoomAutoSoundPlayer); ADDFN(CStarControl, CGameObject); + ADDFN(CTimeEventInfo, ListItem); } void CSaveableObject::freeClassList() { |