Remove L19999
This commit is contained in:
parent
3bdab31a0d
commit
a7c0f331d1
1 changed files with 3 additions and 6 deletions
9
main.c
9
main.c
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue