Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Merge remote-tracking branch 'upstream/master'
  • Loading branch information
Nick007J committed Apr 8, 2020
2 parents d5f34e4 + 42d5f65 commit 6b06ee21ad1544f2fae5473b88a67b98ff9038e3
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/control/Script.cpp
@@ -9153,6 +9153,7 @@ int8 CRunningScript::ProcessCommands1100To1199(int32 command)
return 0;
}
case COMMAND_LOAD_END_OF_GAME_TUNE:
DMAudio.ChangeMusicMode(MUSICMODE_CUTSCENE);
printf("Start preload end of game audio\n");
DMAudio.PreloadCutSceneMusic(STREAMED_SOUND_GAME_COMPLETED);
printf("End preload end of game audio\n");

0 comments on commit 6b06ee2

Please sign in to comment.