Remove disused label.

This commit is contained in:
Jason S. Ninneman 2017-05-24 15:43:34 -07:00
parent e3e01af7fa
commit ba1369310d

2
main.c
View file

@ -141,7 +141,7 @@ static void do_command(FILE *cmdin) {
/* 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);
NEWLOC=LOC;
if(!PANIC)CLOCK2=15;