This commit is contained in:
robojumper
2025-11-30 22:38:23 +01:00
parent 4001265892
commit f6d4e45c1a
6 changed files with 1281 additions and 146 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -483,7 +483,7 @@ bool dSndSmallEffectMgr_c::playSirenCountdownSound(s32 timer) {
return ok;
}
bool dSndSmallEffectMgr_c::playMinigameCountdownSound() {
bool dSndSmallEffectMgr_c::playMinigameCountdownSound(s32 timer) {
return playSoundInternal(SE_S_MG_COUNT_DOWN_1);
}