Mercurial > mm7
diff SaveLoad.cpp @ 2113:a94c5bee0225
SoundVolume options
author | Ritor1 |
---|---|
date | Mon, 23 Dec 2013 00:48:53 +0600 |
parents | 2318216e5206 |
children | 7f403ebf619f |
line wrap: on
line diff
--- a/SaveLoad.cpp Sat Dec 21 23:33:36 2013 +0600 +++ b/SaveLoad.cpp Mon Dec 23 00:48:53 2013 +0600 @@ -76,14 +76,14 @@ for (uint i = 0; i < 4; ++i) { for (uint j = 0; j < pSoundList->sNumSounds; ++j) - if (pSoundList->pSounds[j].uSoundID == 2 * (SoundSetAction[24][0] + 50 * pParty->pPlayers[i].uVoiceID) + 4998) + if (pSoundList->pSL_Sounds[j].uSoundID == 2 * (SoundSetAction[24][0] + 50 * pParty->pPlayers[i].uVoiceID) + 4998) { pSoundList->UnloadSound(j, 1); break; } for (uint j = 0; j < pSoundList->sNumSounds; ++j) - if (pSoundList->pSounds[j].uSoundID == 2 * (SoundSetAction[24][0] + 50 * pParty->pPlayers[i].uVoiceID) + 4999) + if (pSoundList->pSL_Sounds[j].uSoundID == 2 * (SoundSetAction[24][0] + 50 * pParty->pPlayers[i].uVoiceID) + 4999) { pSoundList->UnloadSound(j, 1); break;