mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
Uncomment chime on one points (#4901)
This commit is contained in:
parent
3061b138fa
commit
c466c92905
@ -108,8 +108,7 @@ void BgSpot03Taki_KeepOpen(BgSpot03Taki* bgSpot03Taki, PlayState* play) {
|
||||
static int successChimeCooldown = 0;
|
||||
void RateLimitedSuccessChime() {
|
||||
if (successChimeCooldown == 0) {
|
||||
// Currently disabled, need to find a better way to do this, while being consistent with vanilla
|
||||
// func_80078884(NA_SE_SY_CORRECT_CHIME);
|
||||
Sfx_PlaySfxCentered(NA_SE_SY_CORRECT_CHIME);
|
||||
successChimeCooldown = 120;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user