Remove L19999
This commit is contained in:
parent
3bdab31a0d
commit
a7c0f331d1
1 changed files with 3 additions and 6 deletions
7
main.c
7
main.c
|
@ -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();
|
||||
|
||||
L19999:
|
||||
k=43;
|
||||
if (LIQLOC(game.loc) == WATER)k=70;
|
||||
V1=VOCAB(WD1,-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue