From 954b578063c5d96ab76dfb8d170b175edc09c362 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 8 Jul 2005 16:16:05 +0000 Subject: Spelling fix svn-id: r18513 --- queen/logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queen/logic.cpp') diff --git a/queen/logic.cpp b/queen/logic.cpp index 1e288a5858..1f5fed61c6 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -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; -- cgit v1.2.3