aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-05 22:49:12 -0500
committerPaul Gilbert2016-03-05 22:49:12 -0500
commitf423d4d41a0d94067162acf868bc7eba99cd3e17 (patch)
treeb89a5448b45d94ce76fa3db921700478a4c25fbc /engines
parentac930083ac701eb21bab1f04cada545ec60211dd (diff)
downloadscummvm-rg350-f423d4d41a0d94067162acf868bc7eba99cd3e17.tar.gz
scummvm-rg350-f423d4d41a0d94067162acf868bc7eba99cd3e17.tar.bz2
scummvm-rg350-f423d4d41a0d94067162acf868bc7eba99cd3e17.zip
TITANIC: Add missing CMailMan to saveable object list
Diffstat (limited to 'engines')
-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 8c91c5741b..8a1d3c982e 100644
--- a/engines/titanic/core/saveable_object.cpp
+++ b/engines/titanic/core/saveable_object.cpp
@@ -148,6 +148,7 @@
#include "titanic/game/light_switch.h"
#include "titanic/game/little_lift_button.h"
#include "titanic/game/long_stick_dispenser.h"
+#include "titanic/game/mail_man.h"
#include "titanic/game/missiveomat.h"
#include "titanic/game/missiveomat_button.h"
#include "titanic/game/musical_instrument.h"
@@ -529,6 +530,7 @@ DEFFN(CLight)
DEFFN(CLightSwitch)
DEFFN(CLittleLiftButton)
DEFFN(CLongStickDispenser)
+DEFFN(CMailMan)
DEFFN(CMissiveOMat)
DEFFN(CMissiveOMatButton)
DEFFN(CMusicalInstrument)
@@ -1074,6 +1076,7 @@ void CSaveableObject::initClassList() {
ADDFN(CLightSwitch);
ADDFN(CLittleLiftButton);
ADDFN(CLongStickDispenser);
+ ADDFN(CMailMan);
ADDFN(CMissiveOMat);
ADDFN(CMissiveOMatButton);
ADDFN(CMusicalInstrument);