diff options
| -rw-r--r-- | queen/logic.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/queen/logic.cpp b/queen/logic.cpp index 1f5fed61c6..1e288a5858 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -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; | 
