aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/brain_slot.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-02 18:29:09 -0500
committerPaul Gilbert2016-03-02 18:29:09 -0500
commit96825e282392d24e683c0e9cb7b7a1ac9aa4f467 (patch)
tree0e7047797ad4c644cfde4d09abb30dfc498094ac /engines/titanic/game/brain_slot.h
parent700b77e1eaea257f322efdb2336b8a46dd3b91ec (diff)
downloadscummvm-rg350-96825e282392d24e683c0e9cb7b7a1ac9aa4f467.tar.gz
scummvm-rg350-96825e282392d24e683c0e9cb7b7a1ac9aa4f467.tar.bz2
scummvm-rg350-96825e282392d24e683c0e9cb7b7a1ac9aa4f467.zip
TITANIC: More saveable classes implemented
Diffstat (limited to 'engines/titanic/game/brain_slot.h')
-rw-r--r--engines/titanic/game/brain_slot.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/titanic/game/brain_slot.h b/engines/titanic/game/brain_slot.h
index 982541f945..fa197a85d7 100644
--- a/engines/titanic/game/brain_slot.h
+++ b/engines/titanic/game/brain_slot.h
@@ -31,9 +31,10 @@ class CBrainSlot : public CGameObject {
public:
static int _v1, _v2;
public:
- int _value1, _value2;
+ int _value1;
+ CString _value2;
public:
- CBrainSlot() : CGameObject(), _value1(0), _value2(0) {}
+ CBrainSlot() : CGameObject(), _value1(0) {}
/**
* Return the class name