aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bottom_of_well_monitor.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-22 23:27:38 -0500
committerPaul Gilbert2017-01-22 23:27:38 -0500
commitfc818fd2d640b9c2ec705cb926359bf201399724 (patch)
tree4cea74e335a21d96bca503bd8bdac3ceeec1d2c4 /engines/titanic/game/bottom_of_well_monitor.h
parent262c5659a857d2c593fdabfc6ac347bf8915f210 (diff)
downloadscummvm-rg350-fc818fd2d640b9c2ec705cb926359bf201399724.tar.gz
scummvm-rg350-fc818fd2d640b9c2ec705cb926359bf201399724.tar.bz2
scummvm-rg350-fc818fd2d640b9c2ec705cb926359bf201399724.zip
TITANIC: Fix seeing and getting crushed tv
Diffstat (limited to 'engines/titanic/game/bottom_of_well_monitor.h')
-rw-r--r--engines/titanic/game/bottom_of_well_monitor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/bottom_of_well_monitor.h b/engines/titanic/game/bottom_of_well_monitor.h
index be9ae2c093..e17c8ab66c 100644
--- a/engines/titanic/game/bottom_of_well_monitor.h
+++ b/engines/titanic/game/bottom_of_well_monitor.h
@@ -34,7 +34,8 @@ class CBottomOfWellMonitor : public CGameObject {
bool EnterViewMsg(CEnterViewMsg *msg);
bool LeaveViewMsg(CLeaveViewMsg *msg);
public:
- static int _v1, _v2;
+ static bool _tvPresent;
+ static bool _headPresent;
bool _flag;
public:
CLASSDEF;