Mercurial > mm7
comparison AudioPlayer.cpp @ 1479:59d1da1863df
Rename DECORATION_FLAGS to DECORATION_DESC_FLAGS.
author | yoctozepto |
---|---|
date | Wed, 28 Aug 2013 22:02:03 +0200 |
parents | 7ef4b64f6329 |
children | c4ab816fcc5e |
comparison
equal
deleted
inserted
replaced
1478:251111bac49f | 1479:59d1da1863df |
---|---|
1679 continue; | 1679 continue; |
1680 | 1680 |
1681 auto decor_desc = &pDecorationList->pDecorations[decor->uDecorationDescID]; | 1681 auto decor_desc = &pDecorationList->pDecorations[decor->uDecorationDescID]; |
1682 //v48 = &pDecorationList->pDecorations[decor->uDecorationDescID]; | 1682 //v48 = &pDecorationList->pDecorations[decor->uDecorationDescID]; |
1683 //v49 = v48->uFlags; | 1683 //v49 = v48->uFlags; |
1684 uNumRepeats = (~(unsigned __int8)decor_desc->uFlags & DECORATION_SLOW_LOOP) >> 6; | 1684 uNumRepeats = (~(unsigned __int8)decor_desc->uFlags & DECORATION_DESC_SLOW_LOOP) >> 6; |
1685 | 1685 |
1686 if (decor_desc->SoundOnDawn() || decor_desc->SoundOnDusk()) | 1686 if (decor_desc->SoundOnDawn() || decor_desc->SoundOnDusk()) |
1687 { | 1687 { |
1688 //v50 = decor->field_1A; | 1688 //v50 = decor->field_1A; |
1689 v55 = 0.0; | 1689 v55 = 0.0; |