diff options
author | Eugene Sandulenko | 2019-11-27 19:05:12 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-27 19:05:12 +0100 |
commit | ec80f20416b2ec785f60a01237c6fb63c8bbe122 (patch) | |
tree | 7996e5154647a1ff9e61025cc8d9678e8dca98f8 /engines | |
parent | 0e3c1c7a1294a332f3eab6ae4bdfd8ef95fe7af5 (diff) | |
download | scummvm-rg350-ec80f20416b2ec785f60a01237c6fb63c8bbe122.tar.gz scummvm-rg350-ec80f20416b2ec785f60a01237c6fb63c8bbe122.tar.bz2 scummvm-rg350-ec80f20416b2ec785f60a01237c6fb63c8bbe122.zip |
DIRECTOR: LINGO: Made if.lingo test executable
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/lingo/tests/if.lingo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/director/lingo/tests/if.lingo b/engines/director/lingo/tests/if.lingo index cbf70f6873..512a154a86 100644 --- a/engines/director/lingo/tests/if.lingo +++ b/engines/director/lingo/tests/if.lingo @@ -26,8 +26,6 @@ repeat with x = 1 to 6 else put 50 end repeat - -macro checkKey if the keyCode = 36 then -- return key goes to first menu go to frame 1 else if the keyCode = 123 then -- left arrow goes to previous menu |