Skip to content

Commit

Permalink
repaint lives properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmolina committed Apr 12, 2019
1 parent cb2b9e9 commit 7696736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alley.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ void all_lives_lost() {
points = 0;
pacman.y = 21;
pacman.x = 14;
repaint_lives = 1;

ghost_red.offset = GHOST_RED;
ghost_red.currentoffset = GHOST_RED;
Expand Down

0 comments on commit 7696736

Please sign in to comment.