aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-16 00:48:35 +0100
committerEugene Sandulenko2017-01-16 00:51:37 +0100
commit979560e304fef2ff978b8019a510a4f2a13ed49e (patch)
treeb23065700dd90e8415541d6934283dfd1d5f8aca /engines/director/lingo/lingo.cpp
parent37469a45c42cf53ba183754a0708957cf686b516 (diff)
downloadscummvm-rg350-979560e304fef2ff978b8019a510a4f2a13ed49e.tar.gz
scummvm-rg350-979560e304fef2ff978b8019a510a4f2a13ed49e.tar.bz2
scummvm-rg350-979560e304fef2ff978b8019a510a4f2a13ed49e.zip
DIRECTOR: Lingo: Added stub for Lingo restarting
Diffstat (limited to 'engines/director/lingo/lingo.cpp')
-rw-r--r--engines/director/lingo/lingo.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo.cpp b/engines/director/lingo/lingo.cpp
index 01b6207566..1416b14c93 100644
--- a/engines/director/lingo/lingo.cpp
+++ b/engines/director/lingo/lingo.cpp
@@ -306,6 +306,27 @@ void Lingo::processEvent(LEvent event, ScriptType st, int entityId) {
}
}
+void Lingo::restartLingo() {
+ warning("STUB: restartLingo()");
+
+ // TODO
+ //
+ // reset the following:
+ // the keyDownScript
+ // the mouseUpScript
+ // the mouseDownScript
+ // the beepOn
+ // the constraint properties
+ // the cursor
+ // the immediate sprite properties
+ // the puppetSprite
+ // cursor commands
+ // custom menus
+ //
+ // NOTE:
+ // tuneousScript is not reset
+}
+
int Lingo::alignTypes(Datum &d1, Datum &d2) {
int opType = INT;