Challenge home music.

This commit is contained in:
Steve 2016-02-29 21:51:49 +00:00
parent 46b04ce6cd
commit 55bb0d1e36
3 changed files with 3 additions and 0 deletions

BIN
music/covert_operations.mp3 Normal file

Binary file not shown.

View File

@ -88,6 +88,8 @@ void initChallengeHome(void)
getWidget("ok", "stats")->action = statsOK;
endSectionTransition();
playMusic("music/covert_operations.mp3");
}
static void unlockChallenges(void)

View File

@ -56,6 +56,7 @@ extern char *getTranslatedString(char *string);
extern void blit(SDL_Texture *t, int x, int y, int centered);
extern char *getBackgroundTextureName(int n);
extern char *getPlanetTextureName(int n);
extern void playMusic(char *filename);
extern App app;
extern Battle battle;