Remove L19999

This commit is contained in:
Peje Nilsson 2017-06-13 13:14:40 +02:00 committed by Eric S. Raymond
parent 3bdab31a0d
commit a7c0f331d1

9
main.c
View file

@ -1026,15 +1026,12 @@ static bool do_command(FILE *cmdin)
part=transitive; part=transitive;
goto Laction; goto Laction;
} }
if (closecheck()) if (closecheck()) {
if (game.closed) if (game.closed)
return true; return true;
else } else
goto L19999; lampcheck();
lampcheck();
L19999:
k=43; k=43;
if (LIQLOC(game.loc) == WATER)k=70; if (LIQLOC(game.loc) == WATER)k=70;
V1=VOCAB(WD1,-1); V1=VOCAB(WD1,-1);