diff options
author | Eugene Sandulenko | 2016-07-15 19:31:18 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | 2e0078ef0640dc237b0681e03f06824bffd9be10 (patch) | |
tree | 328b9c6db9be650a452ec0a0d1027fefb73b8da3 /engines/director/lingo/tests | |
parent | 78b198cee9920e62ea19879959316b426fe1834c (diff) | |
download | scummvm-rg350-2e0078ef0640dc237b0681e03f06824bffd9be10.tar.gz scummvm-rg350-2e0078ef0640dc237b0681e03f06824bffd9be10.tar.bz2 scummvm-rg350-2e0078ef0640dc237b0681e03f06824bffd9be10.zip |
DIRECTOR: Lingo: Fix line counting in code chunks
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/factory.lingo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/director/lingo/tests/factory.lingo b/engines/director/lingo/tests/factory.lingo index 048bb606a1..cf1e142088 100644 --- a/engines/director/lingo/tests/factory.lingo +++ b/engines/director/lingo/tests/factory.lingo @@ -26,7 +26,7 @@ method mExit method mDispose global aim1 set aim1 = 1 - when keydown then nothing +-- when keydown then nothing -- factory fire2 method mNew @@ -41,8 +41,8 @@ method mAtFrame set the castnum of sprite 14 to f16 set the perframehook to false me(hit) --- exit - end if + exit +-- end if if startV < targetV or bcast>g17 then set the perframehook to false set the locV of sprite 14 to 340 |