Remove shadowing of variable
This commit is contained in:
parent
a52f6b4d47
commit
2d1e089caf
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ static int feed(token_t verb, token_t obj)
|
||||||
return GO_CLEAROBJ;
|
return GO_CLEAROBJ;
|
||||||
}
|
}
|
||||||
else if (obj == SNAKE || obj == DRAGON || obj == TROLL) {
|
else if (obj == SNAKE || obj == DRAGON || obj == TROLL) {
|
||||||
int spk=102;
|
spk=102;
|
||||||
if (obj == DRAGON && game.prop[DRAGON] != 0)spk=110;
|
if (obj == DRAGON && game.prop[DRAGON] != 0)spk=110;
|
||||||
if (obj == TROLL)spk=182;
|
if (obj == TROLL)spk=182;
|
||||||
if (obj == SNAKE && !game.closed && HERE(BIRD)) {
|
if (obj == SNAKE && !game.closed && HERE(BIRD)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue