refac: rename func_8030D90C to sfxsource_createSfxsourceAndReturnIndex and func_8030DBB4 to sfxsource_playSfxAtVolume

Additionally rename properties/variables assigned by sfxsource_createSfxsourceAndReturnIndex to sfxsourceIdx
This commit is contained in:
Bl00D4NGEL
2024-09-22 03:10:19 +02:00
parent fbe20325c2
commit 9bd6988f99
55 changed files with 297 additions and 297 deletions

View File

@@ -526,7 +526,7 @@ void func_8038CC10(void)
D_8037DCB8->UNK_18 = func_8030ED2C(0x1C, 3);
func_8030DD90(D_8037DCB8->UNK_18, 0);
sfxsource_setSampleRate(D_8037DCB8->UNK_18, 32760);
func_8030DBB4(D_8037DCB8->UNK_18, 0.7f);
sfxsource_playSfxAtVolume(D_8037DCB8->UNK_18, 0.7f);
func_8030E2C4(D_8037DCB8->UNK_18);
}