aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Murphy <alec@checksum.fail>2020-04-04 09:52:03 -0400
committerAlec Murphy <alec@checksum.fail>2020-04-04 09:52:03 -0400
commit6a75c8cae4d5aefaa4f864bde11d24a5397501b2 (patch)
treedcaa0234d442eb42383b94789172c8b415ae0173
parentee9be47f3f5c7521d56156ff75958dcc98ca7a37 (diff)
Fix health bug
-rw-r--r--Player.HC3
1 files changed, 1 insertions, 2 deletions
diff --git a/Player.HC b/Player.HC
index 1cdad40..d7735d9 100644
--- a/Player.HC
+++ b/Player.HC
@@ -37,8 +37,7 @@ I64 player_bounce_flag_maybe = 0;
I64 is_standing_slipry_slope_left_flg = 0;
I64 is_standing_slipry_slope_right_flg = 0;
-uint8 health = 0;
-uint8 num_health_bars = 0;
+I64 num_health_bars = 0;
uint16 num_bombs = 0;
uint16 has_had_bomb_flag = 0;