Eliminare L8 label.

This commit is contained in:
Eric S. Raymond 2017-06-12 09:28:11 -04:00
parent b560b0f597
commit 1c4097314a

11
main.c
View file

@ -1070,12 +1070,11 @@ L2630:
Laction:
switch (action(cmdin, part, VERB, obj)) {
case 2: return true;
case 8:
if (playermove(cmdin, VERB, NUL))
case 2:
return true;
case 8:
playermove(cmdin, VERB, NUL);
return true;
else
goto L2000;
case 2000: goto L2000;
case 2012: goto L2012;
case 2600: goto L2600;
@ -1103,3 +1102,5 @@ Laction:
BUG(99);
}
}
/* EMD */