Remove unneeded use of put().
This commit is contained in:
parent
819aed5c4e
commit
ab2779cd93
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -874,8 +874,8 @@ static bool closecheck(void)
|
|||
game.newloc = LOC_NE;
|
||||
/* Leave the grate with normal (non-negative) property.
|
||||
* Reuse sign. */
|
||||
put(GRATE, LOC_SW, 0);
|
||||
put(SIGN, LOC_SW, 0);
|
||||
move(GRATE, LOC_SW);
|
||||
move(SIGN, LOC_SW);
|
||||
game.objects[SIGN].prop = ENDGAME_SIGN;
|
||||
game.objects[SNAKE].prop = put(SNAKE, LOC_SW, SNAKE_CHASED);
|
||||
game.objects[BIRD].prop = put(BIRD, LOC_SW, BIRD_CAGED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue