[Scummvm-git-logs] scummvm master -> d0947534d66428ed6de8d3f45817a1ecaa9db0ef
djsrv
dservilla at gmail.com
Mon Jul 13 21:05:53 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:
d0947534d6 DIRECTOR: LINGO: Fix syntax error in factory.lingo
Commit: d0947534d66428ed6de8d3f45817a1ecaa9db0ef
https://github.com/scummvm/scummvm/commit/d0947534d66428ed6de8d3f45817a1ecaa9db0ef
Author: djsrv (dservilla at gmail.com)
Date: 2020-07-13T17:03:51-04:00
Commit Message:
DIRECTOR: LINGO: Fix syntax error in factory.lingo
Changed paths:
engines/director/lingo/tests/factory.lingo
diff --git a/engines/director/lingo/tests/factory.lingo b/engines/director/lingo/tests/factory.lingo
index 2c44fdf667..f3fc43b674 100644
--- a/engines/director/lingo/tests/factory.lingo
+++ b/engines/director/lingo/tests/factory.lingo
@@ -14,7 +14,7 @@ method mMove x, y
global aimCopy
set the locH of sprite 15 to x
set the locV of sprite 15 to y-250
- aimCopy = me
+ set aimCopy = me
method mAtFrame
dontpassevent
me(mMove, the mouseH, the mouseV)
More information about the Scummvm-git-logs
mailing list