aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/macventure.cpp')
-rw-r--r--engines/macventure/macventure.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index 211ba43971..b6db45c93a 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -370,11 +370,17 @@ void MacVentureEngine::updateWindow(WindowReference winID) {
_gui->updateWindow(winID, true);
}
+bool MacVentureEngine::showTextEntry(ObjID text, ObjID srcObj, ObjID destObj) {
+ debug("Showing speech dialog, asset %d from %d to %d", text, srcObj, destObj);
+ _userInput = Common::String("epor");
+ warning("Show text entry: not fully implemented");
+ return true;
+}
+
const GlobalSettings& MacVentureEngine::getGlobalSettings() const {
return _globalSettings;
}
-
// Private engine methods
void MacVentureEngine::processEvents() {
Common::Event event;
@@ -585,6 +591,10 @@ Common::String MacVentureEngine::getNoun(ObjID ndx) {
return _decodingIndirectArticles->getString(ndx);
}
+Common::String MacVentureEngine::getUserInput() {
+ return _userInput;
+}
+
void MacVentureEngine::highlightExit(ObjID objID) {
//ObjID ctl = _gui->getWinChild(obj);
/*if (ctl) {