This commit is contained in:
Marc
2023-01-22 15:45:34 +01:00
parent 2e92bad7c7
commit 3d4e0c8750
3 changed files with 56 additions and 14 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void cinematic_staticRender(void) {
music = Mix_LoadMUS("./assets/music/chinese rap.mp3");
if(music == NULL) {
fprintf(stderr, "Prout not found!\n");
fprintf(stderr, "Chinese rap not found!\n");
exit(1);
}