diff options
author | Paul Gilbert | 2016-12-08 21:08:14 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-12-08 21:08:14 -0500 |
commit | 42af800adbbf72242506be22637b08420fa32ff0 (patch) | |
tree | 6fddb64c9cf2346bcea1474449bb33b035cb4b82 /engines/titanic/pet_control | |
parent | a90a4c8bc2ff350d69dc43f99c880d493efeb211 (diff) | |
download | scummvm-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/pet_control')
-rw-r--r-- | engines/titanic/pet_control/pet_remote_glyphs.cpp | 2 |
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; |