mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Fixed bug in introduction of NS.
svn-id: r34941
This commit is contained in:
parent
3eeece6a25
commit
f076b5e034
@ -476,7 +476,7 @@ void Parallaction_ns::_c_sketch(void *parm) {
|
||||
newx = _rightHandPositions[2*index];
|
||||
}
|
||||
|
||||
Graphics::drawLine(oldx, oldy, newx, newy, 0, zeroMask, &_gfx->_backgroundInfo);
|
||||
Graphics::drawLine(oldx, oldy, newx, newy, 0, zeroMask, _gfx->_backgroundInfo);
|
||||
|
||||
_rightHandAnim->setX(newx);
|
||||
_rightHandAnim->setY(newy - 20);
|
||||
|
Loading…
Reference in New Issue
Block a user