comparison AudioPlayer.cpp @ 405:c0700eaabeb8

AnimatedRooms fix and change name of function
author Ritor1
date Sat, 23 Feb 2013 18:30:31 +0600
parents 74205b91647b
children f660fc16ceb6
comparison
equal deleted inserted replaced
404:9fb8fb53d588 405:c0700eaabeb8
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 {