Spelling fix

svn-id: r18513
This commit is contained in:
Max Horn 2005-07-08 16:16:05 +00:00
parent 660ea5e66f
commit 954b578063

View File

@ -1232,7 +1232,7 @@ void Logic::handlePinnacleRoom() {
// update screen scrolling
_vm->display()->horizontalScroll(mx);
// update bobs position / frame
// update Bob's position / frame
joe->x = piton->x = 3 * mx / 4 + 200;
joe->frameNum = mx / 36 + 45;