aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/phonograph_lid.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-02 23:40:06 -0500
committerPaul Gilbert2016-03-02 23:40:06 -0500
commite688850e932f0c8be6d10a73fe416c90799733b0 (patch)
tree48f01b46022f32b5b83089a830df8d5fa11a6192 /engines/titanic/game/phonograph_lid.h
parent3ae4e63c80cda635f941370e72536988bde67698 (diff)
downloadscummvm-rg350-e688850e932f0c8be6d10a73fe416c90799733b0.tar.gz
scummvm-rg350-e688850e932f0c8be6d10a73fe416c90799733b0.tar.bz2
scummvm-rg350-e688850e932f0c8be6d10a73fe416c90799733b0.zip
TITANIC: Implemented more saveable classes
Diffstat (limited to 'engines/titanic/game/phonograph_lid.h')
-rw-r--r--engines/titanic/game/phonograph_lid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/phonograph_lid.h b/engines/titanic/game/phonograph_lid.h
index 040fec447a..2252551ad7 100644
--- a/engines/titanic/game/phonograph_lid.h
+++ b/engines/titanic/game/phonograph_lid.h
@@ -28,7 +28,11 @@
namespace Titanic {
class CPhonographLid : public CGameObject {
+private:
+ int _value;
public:
+ CPhonographLid() : CGameObject(), _value(0) {}
+
/**
* Return the class name
*/