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:
e3e01af
)
Remove disused label.
7/head
author
Jason S. Ninneman
<jsn@mbar.us>
Wed, 24 May 2017 22:43:34 +0000
(15:43 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Wed, 24 May 2017 22:43:34 +0000
(15:43 -0700)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 4854b695f187bb55545f8b5adc0c40f49a5ba56e..249fdee3d06324186e13b6c10c963eb31710ff0c 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-141,7
+141,7
@@
static void do_command(FILE *cmdin) {
/* Can't leave cave once it's closing (except by main office). */
-
L2:
if(!OUTSID(NEWLOC) || NEWLOC == 0 || !CLOSNG) goto L71;
+
if(!OUTSID(NEWLOC) || NEWLOC == 0 || !CLOSNG) goto L71;
RSPEAK(130);
NEWLOC=LOC;
if(!PANIC)CLOCK2=15;