Eliminate objectionable use of global.
This commit is contained in:
parent
9ecbfa2ca8
commit
37117f20e0
2 changed files with 32 additions and 17 deletions
2
main.c
2
main.c
|
@ -648,7 +648,7 @@ L3000: SETPRM(1,WD1,WD1X);
|
|||
|
||||
L4000: I=4000; VERB=K; goto Laction;
|
||||
L4090: I=4090; goto Laction;
|
||||
L5000: I=5000;
|
||||
L5000: I=5000; obj = K;
|
||||
Laction:
|
||||
switch (action(cmdin, I, VERB, obj)) {
|
||||
case 2: return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue