Mercurial > mm7
comparison AudioPlayer.cpp @ 408:f660fc16ceb6
m
author | Ritor1 |
---|---|
date | Sat, 23 Feb 2013 18:40:15 +0600 |
parents | c0700eaabeb8 |
children | bbd8888534dc |
comparison
equal
deleted
inserted
replaced
407:1a992c413b2f | 408:f660fc16ceb6 |
---|---|
1691 source_z = actor->vPosition.z; | 1691 source_z = actor->vPosition.z; |
1692 } | 1692 } |
1693 break; | 1693 break; |
1694 | 1694 |
1695 default: | 1695 default: |
1696 //assert(false); | 1696 assert(false); |
1697 continue; | 1697 continue; |
1698 } | 1698 } |
1699 | 1699 |
1700 if (auto sound_strength = GetSoundStrengthByDistanceFromParty(source_x, source_y, source_z)) | 1700 if (auto sound_strength = GetSoundStrengthByDistanceFromParty(source_x, source_y, source_z)) |
1701 { | 1701 { |