aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-19 23:09:31 -0500
committerPaul Gilbert2016-12-19 23:09:31 -0500
commite12d3ba168aba3ecb510d066d06ca5903965e849 (patch)
treeee84c7e70763e133204e034820af3e4abedd4569
parent65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1 (diff)
downloadscummvm-rg350-e12d3ba168aba3ecb510d066d06ca5903965e849.tar.gz
scummvm-rg350-e12d3ba168aba3ecb510d066d06ca5903965e849.tar.bz2
scummvm-rg350-e12d3ba168aba3ecb510d066d06ca5903965e849.zip
TITANIC: Add missing ADDFN lines for classes in CSaveableObject
-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 73b4bf861f..f718ba79b3 100644
--- a/engines/titanic/core/saveable_object.cpp
+++ b/engines/titanic/core/saveable_object.cpp
@@ -1473,6 +1473,9 @@ void CSaveableObject::initClassList() {
ADDFN(CEnterNodeMsg, CMessage);
ADDFN(CEnterRoomMsg, CMessage);
ADDFN(CEnterViewMsg, CMessage);
+ ADDFN(CPreEnterNodeMsg, CMessage);
+ ADDFN(CPreEnterRoomMsg, CMessage);
+ ADDFN(CPreEnterViewMsg, CMessage);
ADDFN(CPreSaveMsg, CMessage);
ADDFN(CProdMaitreDMsg, CMessage);
ADDFN(CPumpingMsg, CMessage);