diff options
author | Eugene Sandulenko | 2016-07-15 19:21:48 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | 78b198cee9920e62ea19879959316b426fe1834c (patch) | |
tree | 8045537b4f555a671a7919b792bdaf06ca7b6f17 /engines/director/lingo/tests | |
parent | 5f0f0193f921008bf2deb5e249e40936aada8483 (diff) | |
download | scummvm-rg350-78b198cee9920e62ea19879959316b426fe1834c.tar.gz scummvm-rg350-78b198cee9920e62ea19879959316b426fe1834c.tar.bz2 scummvm-rg350-78b198cee9920e62ea19879959316b426fe1834c.zip |
DIRECTOR: Lingo: Added support for parameter-less built-ins
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/factory.lingo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/director/lingo/tests/factory.lingo b/engines/director/lingo/tests/factory.lingo index d458ba4bff..048bb606a1 100644 --- a/engines/director/lingo/tests/factory.lingo +++ b/engines/director/lingo/tests/factory.lingo @@ -37,11 +37,11 @@ method mAtFrame dontpassevent set the castnum of sprite 14 to bcast set the LocV of sprite 14 to (startV-stepV) - if sprite 14 intersects 10 and (startV-6) <= targetV then +-- if sprite 14 intersects 10 and (startV-6) <= targetV then set the castnum of sprite 14 to f16 set the perframehook to false me(hit) - exit +-- exit end if if startV < targetV or bcast>g17 then set the perframehook to false |