Mercurial > mm7
diff Player.cpp @ 768:67b77b052ef3
Merge
author | Nomad |
---|---|
date | Sat, 23 Mar 2013 21:16:04 +0200 |
parents | a464d28566a6 90bcfb56c8f9 |
children | 7bb33867d2cb |
line wrap: on
line diff
--- a/Player.cpp Sat Mar 23 21:11:15 2013 +0200 +++ b/Player.cpp Sat Mar 23 21:16:04 2013 +0200 @@ -632,7 +632,7 @@ if (expression == CHARACTER_EXPRESSION_21 && pSoundId ) { v17 = 0; - if ( (signed int)pSoundList->uNumSounds <= 0 ) + if ( (signed int)pSoundList->sNumSounds <= 0 ) { LABEL_23: v17 = 0; @@ -644,7 +644,7 @@ { ++v17; pSoundID += 120; - if ( v17 >= (signed int)pSoundList->uNumSounds ) + if ( v17 >= (signed int)pSoundList->sNumSounds ) goto LABEL_23; } }