Skip to content

Commit

Permalink
fix map show
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmolina committed Aug 5, 2019
1 parent 74b9576 commit f537f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ void check_fsm() {
}

void paint_lives() {
for(idx = 0; idx != 6; ++idx) {
for(idx = 0; idx != 5; ++idx) {
if(idx < lives) {
sp1_PrintAtInv(0, 6 + idx, INK_YELLOW | PAPER_BLACK | BRIGHT, 'z');
} else {
Expand Down

0 comments on commit f537f5b

Please sign in to comment.