Mercurial > might-and-magic-trilogy
diff Player.cpp @ 177:b1f67710227f
LoadSound(work)
author | Ritor1 |
---|---|
date | Tue, 18 Dec 2012 16:33:55 +0600 |
parents | 062e8a8e09bc |
children | 0a0eb74e8e95 |
line wrap: on
line diff
--- a/Player.cpp Fri Dec 14 17:43:01 2012 +0600 +++ b/Player.cpp Tue Dec 18 16:33:55 2012 +0600 @@ -628,15 +628,7 @@ + 4998; v12 = 8 * v22 + 312; LOBYTE(v12) = v12 | 4; - pAudioPlayer->PlaySound( - (SoundID)v23, - v12, - 0, - -1, - 0, - 0, - (signed __int64)(pSoundVolumeLevels[(char)uVoicesVolumeMultiplier] * 128.0), - 0); + pAudioPlayer->PlaySound((SoundID)v23, v12, 0, -1, 0, 0, (signed __int64)(pSoundVolumeLevels[(char)uVoicesVolumeMultiplier] * 128.0), 0); } } }