Undo previous 'fix' - Bob != bob = blit object

svn-id: r18517
This commit is contained in:
Max Horn 2005-07-08 18:21:55 +00:00
parent d944bd7793
commit 1a54a5e0e2

View File

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