Skip to content

Commit

Permalink
Fix: Hang on exit game and CC is enabled (HarbourMasters#2427)
Browse files Browse the repository at this point in the history
Happens during dev - might affect release, so PRing this.
  • Loading branch information
dcvz authored Feb 6, 2023
1 parent 5771e6c commit 8a76a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/soh/OTRGlobals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ extern "C" void InitOTR() {
extern "C" void DeinitOTR() {
OTRAudio_Exit();
#ifdef ENABLE_CROWD_CONTROL
CrowdControl::Instance->Disable();
CrowdControl::Instance->Shutdown();
#endif
}
Expand Down

0 comments on commit 8a76a3a

Please sign in to comment.