projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdab31
)
Remove L19999
author
Peje Nilsson
<peje@irf.se>
Tue, 13 Jun 2017 11:14:40 +0000
(13:14 +0200)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 13 Jun 2017 11:41:08 +0000
(07:41 -0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 95e69732457947eaa61cb891c1068b5cd3f0e4c1..1745c1b9ffbed53dff78ec553da0422797e03830 100644
(file)
--- a/
main.c
+++ b/
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;
-
- lampcheck();
+ } else
+ lampcheck();
- L19999:
k=43;
if (LIQLOC(game.loc) == WATER)k=70;
V1=VOCAB(WD1,-1);