This commit is contained in:
Marc
2023-01-22 15:25:23 +01:00
parent fb52bc6132
commit 2e92bad7c7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ int menu_staticRender(void){
return -1;
}
music = Mix_LoadMUS("./assets/music/pet.mp3");
music = Mix_LoadMUS("./assets/music/menu.wav");
if(music == NULL) {
fprintf(stderr, "Prout not found!\n");
exit(1);