aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/input_handler.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-31 22:31:13 -0400
committerPaul Gilbert2016-03-31 22:31:13 -0400
commit5923ee5001af91d1ca9294b1fead56ec04ece7df (patch)
tree1b8de45ef0c15ed0e12019f4add3e686a530ef74 /engines/titanic/input_handler.cpp
parent7d819f71f7d9fdd794b12ac55bd2177f12069c1b (diff)
downloadscummvm-rg350-5923ee5001af91d1ca9294b1fead56ec04ece7df.tar.gz
scummvm-rg350-5923ee5001af91d1ca9294b1fead56ec04ece7df.tar.bz2
scummvm-rg350-5923ee5001af91d1ca9294b1fead56ec04ece7df.zip
TITANIC: Implement CPetFrame::setArea
Diffstat (limited to 'engines/titanic/input_handler.cpp')
-rw-r--r--engines/titanic/input_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/input_handler.cpp b/engines/titanic/input_handler.cpp
index 2eb4427a46..8323531a1f 100644
--- a/engines/titanic/input_handler.cpp
+++ b/engines/titanic/input_handler.cpp
@@ -50,7 +50,7 @@ void CInputHandler::decLockCount() {
void CInputHandler::handleMessage(CMessage &msg, bool respectLock) {
if (!respectLock || _lockCount <= 0) {
- if (_gameManager->_gameState._mode == GSMODE_1) {
+ if (_gameManager->_gameState._mode == GSMODE_SELECTED) {
processMessage(&msg);
} else if (!msg.isMouseMsg()) {
g_vm->_filesManager.loadDrive();