Add default volume value for left/right channel

This commit is contained in:
raven02 2013-04-06 15:41:49 +08:00
parent e4f3571e05
commit 87b5b195e3

View File

@ -170,8 +170,8 @@ struct SasVoice
pitch(PSP_SAS_PITCH_BASE),
loop(true), // true = ignore VAG loop , false = process VAG loop
noiseFreq(0),
volumeLeft(0),
volumeRight(0),
volumeLeft(PSP_SAS_VOL_MAX),
volumeRight(PSP_SAS_VOL_MAX),
volumeLeftSend(0),
volumeRightSend(0),
effectLeft(0),