aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.cpp
diff options
context:
space:
mode:
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;