aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_remote_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-12 21:59:15 -0500
committerPaul Gilbert2016-11-12 21:59:15 -0500
commit68132bd678f1191757ef817b02d3063b072ca496 (patch)
treef3852e65e7e3d2289d709f2feba26d26482c89d3 /engines/titanic/pet_control/pet_remote_glyphs.h
parent3f108f15755e7d5512f26de27bb299cbe26a542c (diff)
downloadscummvm-rg350-68132bd678f1191757ef817b02d3063b072ca496.tar.gz
scummvm-rg350-68132bd678f1191757ef817b02d3063b072ca496.tar.bz2
scummvm-rg350-68132bd678f1191757ef817b02d3063b072ca496.zip
TITANIC: Renamings for SGT state room object fields
Diffstat (limited to 'engines/titanic/pet_control/pet_remote_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_remote_glyphs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/titanic/pet_control/pet_remote_glyphs.h b/engines/titanic/pet_control/pet_remote_glyphs.h
index c661a1e2af..d0edd6fbfc 100644
--- a/engines/titanic/pet_control/pet_remote_glyphs.h
+++ b/engines/titanic/pet_control/pet_remote_glyphs.h
@@ -121,10 +121,10 @@ public:
class CToggleRemoteGlyph : public CPetRemoteGlyph {
protected:
- CPetGfxElement *_gfxElement;
- bool _flag;
+ CPetGfxElement *_toggle;
+ bool _toggleFlag;
public:
- CToggleRemoteGlyph() : CPetRemoteGlyph(), _gfxElement(nullptr), _flag(false) {}
+ CToggleRemoteGlyph() : CPetRemoteGlyph(), _toggle(nullptr), _toggleFlag(false) {}
/**
* Setup the glyph
@@ -231,10 +231,10 @@ public:
class CEntertainmentDeviceGlyph : public CToggleRemoteGlyph {
public:
bool _flag2;
- CPetGfxElement *_gfxElement2, *_gfxElement3;
+ CPetGfxElement *_up, *_down;
public:
CEntertainmentDeviceGlyph() : CToggleRemoteGlyph(),
- _flag2(false), _gfxElement2(nullptr), _gfxElement3(nullptr) {}
+ _flag2(false), _up(nullptr), _down(nullptr) {}
/**
* Setup the glyph