dust reset fix

This commit is contained in:
Masséna Fezard | Nounouille 2021-01-07 22:03:47 +01:00
parent 95f1b7dea6
commit a7cd45efbe
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ int main(void)
//spike collision and death
if (collide_spike(player_x, player_y, level))
{
set_level(level_id, level);
DRAW_LEVEL();
player_x = start_x;
player_y = start_y;
polarity = 0;