aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/broken_pellerator_froz.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-16 20:18:55 -0400
committerPaul Gilbert2017-08-16 20:18:55 -0400
commit6c667a013dd6f2fdd4812694e19e472869b5e832 (patch)
treeb934fd774701fcb58595869457d11297467d9c71 /engines/titanic/game/broken_pellerator_froz.h
parent73764581374c5aca488b60a668f2810691f89c39 (diff)
downloadscummvm-rg350-6c667a013dd6f2fdd4812694e19e472869b5e832.tar.gz
scummvm-rg350-6c667a013dd6f2fdd4812694e19e472869b5e832.tar.bz2
scummvm-rg350-6c667a013dd6f2fdd4812694e19e472869b5e832.zip
TITANIC: Renamings for Broken Pellerator fields
Diffstat (limited to 'engines/titanic/game/broken_pellerator_froz.h')
-rw-r--r--engines/titanic/game/broken_pellerator_froz.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/game/broken_pellerator_froz.h b/engines/titanic/game/broken_pellerator_froz.h
index ccdae6ffa8..c198d02213 100644
--- a/engines/titanic/game/broken_pellerator_froz.h
+++ b/engines/titanic/game/broken_pellerator_froz.h
@@ -34,10 +34,10 @@ class CBrokenPelleratorFroz : public CBrokenPellBase {
bool ActMsg(CActMsg *msg);
bool MovieEndMsg(CMovieEndMsg *msg);
private:
- CString _string2;
- CString _string3;
- CString _string4;
- CString _string5;
+ CString _exitLeft;
+ CString _exitRight;
+ CString _closeUpWithoutHose;
+ CString _closeUpWithHose;
public:
CLASSDEF;