Skip to content
Snippets Groups Projects
Commit 65d16b87 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't try to upper-case a function

Reported by Digitalman
parent d2ec372c
No related branches found
No related tags found
No related merge requests found
...@@ -1351,7 +1351,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [ ...@@ -1351,7 +1351,7 @@ menu('`r0`c `r1 `%LORD II: CONFIGURE JS `r0', true, [
lln(' the TRADER.DAT file, daily happenings, etc.'); lln(' the TRADER.DAT file, daily happenings, etc.');
sln(''); sln('');
lw(' Do it? [`!N`2] : '); lw(' Do it? [`!N`2] : ');
ch = getkey.toUpperCase(); ch = getkey().toUpperCase();
if (ch !== 'Y') if (ch !== 'Y')
ch = 'N'; ch = 'N';
lw('`%'+ch); lw('`%'+ch);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment