Pequeños arreglos en printf

This commit is contained in:
2022-10-03 17:38:01 +02:00
parent 47f5639578
commit b67f2eb015
2 changed files with 4 additions and 4 deletions

View File

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