diff options
author | Eugene Sandulenko | 2019-12-31 01:14:58 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-12-31 01:14:58 +0100 |
commit | ec79b83804d9751eb9cf60502c247297ceae061b (patch) | |
tree | 2ece5473cf854a650821f45aa739bd9926ebbe78 /engines/director/lingo/tests | |
parent | 993974b7b671ce9b1c1942bd668a04681a224a38 (diff) | |
download | scummvm-rg350-ec79b83804d9751eb9cf60502c247297ceae061b.tar.gz scummvm-rg350-ec79b83804d9751eb9cf60502c247297ceae061b.tar.bz2 scummvm-rg350-ec79b83804d9751eb9cf60502c247297ceae061b.zip |
DIRECTOR: LINGO: Added test for factory()
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/factory.lingo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/factory.lingo b/engines/director/lingo/tests/factory.lingo index 169ee423fe..2c44fdf667 100644 --- a/engines/director/lingo/tests/factory.lingo +++ b/engines/director/lingo/tests/factory.lingo @@ -62,6 +62,7 @@ method hit go "Death" set the locV of sprite 14 to 400 aimgun2 + if factory(killloc) then put "boo" method mDispose global fire1 set fire1 = 0 |