Loop the death music.

This commit is contained in:
onpon4 2015-03-13 19:02:28 -04:00
parent 2a0234c300
commit 645513cbf9
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ void gameover()
clearScreen(black); clearScreen(black);
SDL_Delay(1000); SDL_Delay(1000);
audio_playMusic("music/death.ogg", 1); audio_playMusic("music/death.ogg", -1);
int x = (screen->w - gameover->w) / 2; int x = (screen->w - gameover->w) / 2;
int y = (screen->h - gameover->h) / 2; int y = (screen->h - gameover->h) / 2;