mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
Undo previous 'fix' - Bob != bob = blit object
svn-id: r18517
This commit is contained in:
parent
d944bd7793
commit
1a54a5e0e2
@ -1232,7 +1232,7 @@ void Logic::handlePinnacleRoom() {
|
||||
// update screen scrolling
|
||||
_vm->display()->horizontalScroll(mx);
|
||||
|
||||
// update Bob's position / frame
|
||||
// update bobs position / frame
|
||||
joe->x = piton->x = 3 * mx / 4 + 200;
|
||||
joe->frameNum = mx / 36 + 45;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user