Challenge home music.
This commit is contained in:
parent
46b04ce6cd
commit
55bb0d1e36
Binary file not shown.
|
@ -88,6 +88,8 @@ void initChallengeHome(void)
|
||||||
getWidget("ok", "stats")->action = statsOK;
|
getWidget("ok", "stats")->action = statsOK;
|
||||||
|
|
||||||
endSectionTransition();
|
endSectionTransition();
|
||||||
|
|
||||||
|
playMusic("music/covert_operations.mp3");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void unlockChallenges(void)
|
static void unlockChallenges(void)
|
||||||
|
|
|
@ -56,6 +56,7 @@ extern char *getTranslatedString(char *string);
|
||||||
extern void blit(SDL_Texture *t, int x, int y, int centered);
|
extern void blit(SDL_Texture *t, int x, int y, int centered);
|
||||||
extern char *getBackgroundTextureName(int n);
|
extern char *getBackgroundTextureName(int n);
|
||||||
extern char *getPlanetTextureName(int n);
|
extern char *getPlanetTextureName(int n);
|
||||||
|
extern void playMusic(char *filename);
|
||||||
|
|
||||||
extern App app;
|
extern App app;
|
||||||
extern Battle battle;
|
extern Battle battle;
|
||||||
|
|
Loading…
Reference in New Issue