aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/splash_animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/splash_animation.cpp')
-rw-r--r--engines/titanic/game/splash_animation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/game/splash_animation.cpp b/engines/titanic/game/splash_animation.cpp
index 16cf067629..3d35929e2d 100644
--- a/engines/titanic/game/splash_animation.cpp
+++ b/engines/titanic/game/splash_animation.cpp
@@ -24,6 +24,8 @@
namespace Titanic {
+EMPTY_MESSAGE_MAP(CSplashAnimation, CGameObject)
+
void CSplashAnimation::save(SimpleFile *file, int indent) const {
file->writeNumberLine(1, indent);
CGameObject::save(file, indent);