aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-08 21:08:14 -0500
committerPaul Gilbert2016-12-08 21:08:14 -0500
commit42af800adbbf72242506be22637b08420fa32ff0 (patch)
tree6fddb64c9cf2346bcea1474449bb33b035cb4b82 /engines/titanic
parenta90a4c8bc2ff350d69dc43f99c880d493efeb211 (diff)
downloadscummvm-rg350-42af800adbbf72242506be22637b08420fa32ff0.tar.gz
scummvm-rg350-42af800adbbf72242506be22637b08420fa32ff0.tar.bz2
scummvm-rg350-42af800adbbf72242506be22637b08420fa32ff0.zip
TITANIC: Fix elements for Television Control remote glyph
Diffstat (limited to 'engines/titanic')
-rw-r--r--engines/titanic/pet_control/pet_remote_glyphs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_remote_glyphs.cpp b/engines/titanic/pet_control/pet_remote_glyphs.cpp
index 0116aa9156..a9c471a29c 100644
--- a/engines/titanic/pet_control/pet_remote_glyphs.cpp
+++ b/engines/titanic/pet_control/pet_remote_glyphs.cpp
@@ -172,7 +172,7 @@ bool CTelevisionControlGlyph::setup(CPetControl *petControl, CPetGlyphs *owner)
if (owner) {
_up = getElement(1);
_down = getElement(2);
- _onOff = getElement(4);
+ _onOff = getElement(0);
}
return true;