aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/broken_pellerator.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-01-03 01:45:21 -0500
committerPaul Gilbert2017-01-03 01:45:21 -0500
commit8d245d39599252f5a1f3b56303e4b8f8d7529fcc (patch)
treece5b3aeaaf644e3d800ce7c9300f109acf6ae5f9 /engines/titanic/game/broken_pellerator.h
parent96c783899c9c05f0e32da1668ae990d50f46b7f1 (diff)
downloadscummvm-rg350-8d245d39599252f5a1f3b56303e4b8f8d7529fcc.tar.gz
scummvm-rg350-8d245d39599252f5a1f3b56303e4b8f8d7529fcc.tar.bz2
scummvm-rg350-8d245d39599252f5a1f3b56303e4b8f8d7529fcc.zip
TITANIC: Fix opening the broken pellerator enabling the hose
Diffstat (limited to 'engines/titanic/game/broken_pellerator.h')
-rw-r--r--engines/titanic/game/broken_pellerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/broken_pellerator.h b/engines/titanic/game/broken_pellerator.h
index 3b8c3ba587..f243f4ebfe 100644
--- a/engines/titanic/game/broken_pellerator.h
+++ b/engines/titanic/game/broken_pellerator.h
@@ -34,8 +34,8 @@ class CBrokenPellerator : public CBrokenPellBase {
bool ActMsg(CActMsg *msg);
bool MovieEndMsg(CMovieEndMsg *msg);
private:
- CString _string2;
- CString _string3;
+ CString _exitLeftView;
+ CString _exitRightView;
CString _string4;
CString _string5;
public: