aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-09 19:36:12 -0400
committerPaul Gilbert2016-04-09 19:36:12 -0400
commitf7748622faa71729d12f3d0ec063417bdca60eb6 (patch)
treea25d1f9bc108bdf53d2fe78a7b121c3c5c595987 /engines/titanic/core
parent6405ba6ecbbec9a8e45e6093bcacf2cab7f3b94b (diff)
downloadscummvm-rg350-f7748622faa71729d12f3d0ec063417bdca60eb6.tar.gz
scummvm-rg350-f7748622faa71729d12f3d0ec063417bdca60eb6.tar.bz2
scummvm-rg350-f7748622faa71729d12f3d0ec063417bdca60eb6.zip
TITANIC: Further implementation of timers
Diffstat (limited to 'engines/titanic/core')
-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 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() {