aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/head_slot.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-20 16:58:01 -0500
committerPaul Gilbert2017-02-20 16:58:01 -0500
commit39790f8f16859676fa198611c817ffc946c65c9a (patch)
treee5b426d74034932143973ab192b204045247d40a /engines/titanic/game/head_slot.h
parent8ca719b2bc0ca0539ceb995067a1bdf7a183eb05 (diff)
downloadscummvm-rg350-39790f8f16859676fa198611c817ffc946c65c9a.tar.gz
scummvm-rg350-39790f8f16859676fa198611c817ffc946c65c9a.tar.bz2
scummvm-rg350-39790f8f16859676fa198611c817ffc946c65c9a.zip
TITANIC: Renamings for CHeadSlot base class
Diffstat (limited to 'engines/titanic/game/head_slot.h')
-rw-r--r--engines/titanic/game/head_slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/head_slot.h b/engines/titanic/game/head_slot.h
index 46e6818c72..1474e03ff3 100644
--- a/engines/titanic/game/head_slot.h
+++ b/engines/titanic/game/head_slot.h
@@ -41,8 +41,8 @@ public:
static bool _titaniaWoken;
public:
bool _occupied;
- CString _string1;
- CString _string2;
+ CString _senseState;
+ CString _target;
int _timerDuration;
int _frameNum1;
int _frameNum2;