Skip to content

Commit

Permalink
Merge pull request #1317 from CaptainSwag101/FixServiceModuleExplosio…
Browse files Browse the repository at this point in the history
…nSFX

Fix SM entry breakup SFX playing globally
  • Loading branch information
indy91 authored Jan 4, 2025
2 parents 3c0f21f + 3449200 commit 7740c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orbitersdk/samples/ProjectApollo/src_csm/sm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ void SM::clbkPostCreation()

{
soundlib.InitSoundLib(this, SOUND_DIRECTORY);
soundlib.LoadSound(BreakS, CRASH_SOUND);
soundlib.LoadSound(BreakS, CRASH_SOUND, BOTHVIEW_FADED_CLOSE);
}

void SM::clbkSaveState (FILEHANDLE scn)
Expand Down

0 comments on commit 7740c4d

Please sign in to comment.