From f537f5bd53d071c99bcb6a1f821f7411420c1130 Mon Sep 17 00:00:00 2001 From: jordism Date: Mon, 5 Aug 2019 20:39:46 +0200 Subject: [PATCH] fix map show --- logic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic.c b/logic.c index f77c942..7330a31 100644 --- a/logic.c +++ b/logic.c @@ -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 {