TITANIC: Fix elements for Television Control remote glyph

This commit is contained in:
Paul Gilbert 2016-12-08 21:08:14 -05:00
parent a90a4c8bc2
commit 42af800adb

View File

@ -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;