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