Actualizado Makefile y numero de version

This commit is contained in:
2022-12-05 08:31:30 +01:00
parent ded9b40922
commit cdb5040b9d
4 changed files with 55 additions and 44 deletions

View File

@@ -1806,7 +1806,7 @@ void Game::updateDeath()
{
// Hace sonar aleatoriamente uno de los 4 sonidos de burbujas
const Uint8 index = rand() % 4;
const JA_Sound_t* sound[4] = {bubble1Sound, bubble2Sound, bubble3Sound, bubble4Sound};
JA_Sound_t* sound[4] = {bubble1Sound, bubble2Sound, bubble3Sound, bubble4Sound};
JA_PlaySound(sound[index], 0);
}
}