mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
TITANIC: Fix elements for Television Control remote glyph
This commit is contained in:
parent
a90a4c8bc2
commit
42af800adb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user