[Scummvm-git-logs] scummvm master -> ab89b757455848ba857fe56aec29e7e3554fd6ce
sev-
sev at scummvm.org
Wed Jan 15 16:58:27 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ab89b75745 DIRECTOR: LINGO: Added test for redefining keywords
Commit: ab89b757455848ba857fe56aec29e7e3554fd6ce
https://github.com/scummvm/scummvm/commit/ab89b757455848ba857fe56aec29e7e3554fd6ce
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-15T17:58:05+01:00
Commit Message:
DIRECTOR: LINGO: Added test for redefining keywords
Changed paths:
engines/director/lingo/tests/events.lingo
diff --git a/engines/director/lingo/tests/events.lingo b/engines/director/lingo/tests/events.lingo
index 86ca9bc..18c53e8 100644
--- a/engines/director/lingo/tests/events.lingo
+++ b/engines/director/lingo/tests/events.lingo
@@ -15,3 +15,7 @@ on annoy2 howMuch
beep random(howMuch)
alert "Aren't handlers fun?"
end annoy2 howMuch
+
+on move me
+ set h = the locH of sprite pSprite + pChangeH
+end
More information about the Scummvm-git-logs
mailing list