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:
b560b0f
)
Eliminare L8 label.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 12 Jun 2017 13:28:11 +0000
(09:28 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 12 Jun 2017 13:28:11 +0000
(09:28 -0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 9c56a0e06760a36644caabc9b1ae96993a94b77c..be3f2f15ac6eec0066cb7d212c1aa457ef0bb4b4 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-1070,12
+1070,11
@@
L2630:
Laction:
switch (action(cmdin, part, VERB, obj)) {
- case 2: return true;
+ case 2:
+ return true;
case 8:
- if (playermove(cmdin, VERB, NUL))
- return true;
- else
- goto L2000;
+ playermove(cmdin, VERB, NUL);
+ return true;
case 2000: goto L2000;
case 2012: goto L2012;
case 2600: goto L2600;
@@
-1103,3
+1102,5
@@
Laction:
BUG(99);
}
}
+
+/* EMD */