X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=249fdee3d06324186e13b6c10c963eb31710ff0c;hb=ba1369310d6f98808fec143e00e0d9f800833bd7;hp=4854b695f187bb55545f8b5adc0c40f49a5ba56e;hpb=8a8770375ebcf69b18749be85838dc46132cbe9f;p=open-adventure.git 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;