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:
4993be4
)
Eliminate magic return value.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 14 Jun 2017 17:35:06 +0000
(13:35 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 14 Jun 2017 17:35:06 +0000
(13:35 -0400)
actions.c
patch
|
blob
|
history
diff --git
a/actions.c
b/actions.c
index 2b9973a55a7836348a22c05d74a5c974a66db73b..d0608f60f1d8017ec2d6bdeee1248215d8769a2a 100644
(file)
--- a/
actions.c
+++ b/
actions.c
@@
-849,7
+849,7
@@
static int say(void)
int wd=VOCAB(WD1,-1);
if (wd == 62 || wd == 65 || wd == 71 || wd == 2025 || wd == 2034) {
WD2=0;
- return
(2630)
;
+ return
GO_LOOKUP
;
}
RSPEAK(258);
return GO_CLEAROBJ;