aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/fan_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-03 17:23:33 -0500
committerPaul Gilbert2017-01-03 17:23:33 -0500
commite2dba404a611fd33c522c4a462c4493ce0a52208 (patch)
treedcabd542bb5539799321770d384fd77fe20053a4 /engines/titanic/game/fan_control.h
parent759f69fe1ef445feddb28a1410c4e0821ae7ac40 (diff)
downloadscummvm-rg350-e2dba404a611fd33c522c4a462c4493ce0a52208.tar.gz
scummvm-rg350-e2dba404a611fd33c522c4a462c4493ce0a52208.tar.bz2
scummvm-rg350-e2dba404a611fd33c522c4a462c4493ce0a52208.zip
TITANIC: Cleanup and fixes for starling puret
Diffstat (limited to 'engines/titanic/game/fan_control.h')
-rw-r--r--engines/titanic/game/fan_control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/fan_control.h b/engines/titanic/game/fan_control.h
index 1f7402db12..063243c164 100644
--- a/engines/titanic/game/fan_control.h
+++ b/engines/titanic/game/fan_control.h
@@ -37,9 +37,9 @@ class CFanControl : public CGameObject {
public:
int _state;
bool _enabled;
- int _fieldC4;
- bool _fieldC8;
- int _fieldCC;
+ bool _starlings;
+ bool _fanOn;
+ bool _starlingsDying;
public:
CLASSDEF;
CFanControl();