aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/game.cpp')
-rw-r--r--engines/lure/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp
index fdc36fa3cb..1bf7d9dbe4 100644
--- a/engines/lure/game.cpp
+++ b/engines/lure/game.cpp
@@ -283,7 +283,7 @@ void Game::handleClick() {
}
} else if ((room.cursorState() == CS_TALKING) ||
(res.getTalkState() != TALK_NONE)) {
- // Currently talking, so let it's tick proc handle it
+ // Currently talking, so let its tick proc handle it
} else if (mouse.y() < MENUBAR_Y_SIZE) {
uint8 response = Menu::getReference().execute();
if (response != MENUITEM_NONE)