Eliminate magic return value.
This commit is contained in:
parent
4993be4c08
commit
6c6498b797
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ static int say(void)
|
||||||
int wd=VOCAB(WD1,-1);
|
int wd=VOCAB(WD1,-1);
|
||||||
if (wd == 62 || wd == 65 || wd == 71 || wd == 2025 || wd == 2034) {
|
if (wd == 62 || wd == 65 || wd == 71 || wd == 2025 || wd == 2034) {
|
||||||
WD2=0;
|
WD2=0;
|
||||||
return(2630);
|
return GO_LOOKUP;
|
||||||
}
|
}
|
||||||
RSPEAK(258);
|
RSPEAK(258);
|
||||||
return GO_CLEAROBJ;
|
return GO_CLEAROBJ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue