diff options
author | Eugene Sandulenko | 2016-07-12 20:49:55 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | c6406042afc834ff3ecc10a2dddbbb199090869c (patch) | |
tree | 7b7d4f6bb52dab9cf54845d2f10f85681c5b9ec8 /engines | |
parent | fb81d0b823587870c3ac0ac07285671f904f6cd5 (diff) | |
download | scummvm-rg350-c6406042afc834ff3ecc10a2dddbbb199090869c.tar.gz scummvm-rg350-c6406042afc834ff3ecc10a2dddbbb199090869c.tar.bz2 scummvm-rg350-c6406042afc834ff3ecc10a2dddbbb199090869c.zip |
DIRECTOR: Lingo: Extended 'the' test
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/lingo/tests/the.lingo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo index 75782abbe7..65c0d6ea5c 100644 --- a/engines/director/lingo/tests/the.lingo +++ b/engines/director/lingo/tests/the.lingo @@ -3,3 +3,4 @@ set the floatPrecision to 6 put 1.0 / 3 put the loch of sprite 4 set the loch of sprite 5 to 10 +set the castnum of sprite 8 to the number of cast "A Blank Castmember" |