From: Jason S. Ninneman Date: Wed, 24 May 2017 22:43:34 +0000 (-0700) Subject: Remove disused label. X-Git-Tag: seed~56 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=ba1369310d6f98808fec143e00e0d9f800833bd7;hp=e3e01af7fa1cd543f631f074c73f691d1f6315be Remove disused label. --- diff --git a/main.c b/main.c index 4854b69..249fdee 100644 --- a/main.c +++ b/main.c @@ -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;