aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-08 19:53:38 +0000
committerEugene Sandulenko2005-10-08 19:53:38 +0000
commit46660feeb29a9fd387fd2869a4932f1e072092fa (patch)
tree17be0c3be5c11d35b0a925d378b4e6de1b9b60d2
parent3bd243e0433be31a0549b38bde10e89fb1d8b864 (diff)
downloadscummvm-rg350-46660feeb29a9fd387fd2869a4932f1e072092fa.tar.gz
scummvm-rg350-46660feeb29a9fd387fd2869a4932f1e072092fa.tar.bz2
scummvm-rg350-46660feeb29a9fd387fd2869a4932f1e072092fa.zip
Quick and dirty hack to enable actors interaction. Still have to compare
that with disasm. svn-id: r18965
-rw-r--r--saga/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp
index ac9c53a2f5..c62adbdd11 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -1215,7 +1215,7 @@ void Interface::handleOptionClick(const Point& mousePoint) {
}
void Interface::handleChapterSelectionUpdate(const Point& mousePoint) {
-
+ _vm->_script->whichObject(mousePoint);
}
void Interface::handleChapterSelectionClick(const Point& mousePoint) {