mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-28 23:26:40 -04:00
add default params to a lot more functions
This commit is contained in:
@@ -15,11 +15,11 @@ BOOL dLevelSe_Execute(dLevelSe_c* i_this) {
|
||||
|
||||
if (i_this->mFlag & 0x08) {
|
||||
} else if (i_this->mFlag & 0x01) {
|
||||
mDoAud_seStart(soundId, &i_this->mPos, i_this->field_0xf8, 0);
|
||||
mDoAud_seStart(soundId, &i_this->mPos, i_this->field_0xf8);
|
||||
} else if (i_this->mFlag & 0x04) {
|
||||
mDoAud_seStart(soundId, &i_this->mPos, i_this->field_0xf8, i_this->mReverb);
|
||||
} else {
|
||||
mDoAud_seStart(soundId, &i_this->mPos, 0, 0);
|
||||
mDoAud_seStart(soundId, &i_this->mPos);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user