La partida ya termina al quedarse sin vidas

This commit is contained in:
2022-09-15 18:13:28 +02:00
parent 0064bebcc3
commit 3b3b807c5a
5 changed files with 21 additions and 6 deletions

View File

@@ -584,7 +584,10 @@ bool Player::checkKillingTiles()
}
// Mata al jugador si hay colisión
alive = !check;
if (alive)
{
alive = !check;
}
return check;
}