aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bottom_of_well_monitor.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/bottom_of_well_monitor.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/bottom_of_well_monitor.h')
-rw-r--r--engines/titanic/game/bottom_of_well_monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/bottom_of_well_monitor.h b/engines/titanic/game/bottom_of_well_monitor.h
index de07aacf35..f1a9f5d710 100644
--- a/engines/titanic/game/bottom_of_well_monitor.h
+++ b/engines/titanic/game/bottom_of_well_monitor.h
@@ -29,6 +29,7 @@ namespace Titanic {
class CBottomOfWellMonitor : public CGameObject {
public:
+ static int _v1, _v2;
int _value;
public:
CBottomOfWellMonitor() : _value(1) {}