[Scummvm-git-logs] scummvm master -> 42af800adbbf72242506be22637b08420fa32ff0
dreammaster
dreammaster at scummvm.org
Fri Dec 9 03:08:30 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
42af800adb TITANIC: Fix elements for Television Control remote glyph
Commit: 42af800adbbf72242506be22637b08420fa32ff0
https://github.com/scummvm/scummvm/commit/42af800adbbf72242506be22637b08420fa32ff0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-08T21:08:14-05:00
Commit Message:
TITANIC: Fix elements for Television Control remote glyph
Changed paths:
engines/titanic/pet_control/pet_remote_glyphs.cpp
diff --git a/engines/titanic/pet_control/pet_remote_glyphs.cpp b/engines/titanic/pet_control/pet_remote_glyphs.cpp
index 0116aa9..a9c471a 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;
More information about the Scummvm-git-logs
mailing list