Eliminare L8 label.
This commit is contained in:
parent
b560b0f597
commit
1c4097314a
1 changed files with 6 additions and 5 deletions
11
main.c
11
main.c
|
@ -1070,12 +1070,11 @@ L2630:
|
||||||
|
|
||||||
Laction:
|
Laction:
|
||||||
switch (action(cmdin, part, VERB, obj)) {
|
switch (action(cmdin, part, VERB, obj)) {
|
||||||
case 2: return true;
|
case 2:
|
||||||
|
return true;
|
||||||
case 8:
|
case 8:
|
||||||
if (playermove(cmdin, VERB, NUL))
|
playermove(cmdin, VERB, NUL);
|
||||||
return true;
|
return true;
|
||||||
else
|
|
||||||
goto L2000;
|
|
||||||
case 2000: goto L2000;
|
case 2000: goto L2000;
|
||||||
case 2012: goto L2012;
|
case 2012: goto L2012;
|
||||||
case 2600: goto L2600;
|
case 2600: goto L2600;
|
||||||
|
@ -1103,3 +1102,5 @@ Laction:
|
||||||
BUG(99);
|
BUG(99);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* EMD */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue