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;
goto Laction;
}
if (closecheck())
if (closecheck()) {
if (game.closed)
return true;
else
goto L19999;
} else
lampcheck();
lampcheck();
L19999:
k=43;
if (LIQLOC(game.loc) == WATER)k=70;
V1=VOCAB(WD1,-1);