Remove disused label.
This commit is contained in:
parent
e3e01af7fa
commit
ba1369310d
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -141,7 +141,7 @@ static void do_command(FILE *cmdin) {
|
||||||
|
|
||||||
/* Can't leave cave once it's closing (except by main office). */
|
/* Can't leave cave once it's closing (except by main office). */
|
||||||
|
|
||||||
L2: if(!OUTSID(NEWLOC) || NEWLOC == 0 || !CLOSNG) goto L71;
|
if(!OUTSID(NEWLOC) || NEWLOC == 0 || !CLOSNG) goto L71;
|
||||||
RSPEAK(130);
|
RSPEAK(130);
|
||||||
NEWLOC=LOC;
|
NEWLOC=LOC;
|
||||||
if(!PANIC)CLOCK2=15;
|
if(!PANIC)CLOCK2=15;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue