(svn r23724) -Codechange: split of the check to see if ambient sounds are enabled to a header file allowing compilers to inline that check

This commit is contained in:
yexo
2012-01-03 00:45:22 +00:00
parent b9e19cc6c1
commit 5f79b4c5d1
5 changed files with 13 additions and 6 deletions

View File

@@ -1143,7 +1143,7 @@ static void DoDryUp(TileIndex tile)
*/
void TileLoop_Water(TileIndex tile)
{
if (IsTileType(tile, MP_WATER)) AmbientSoundEffectCallback(tile);
if (IsTileType(tile, MP_WATER)) AmbientSoundEffect(tile);
switch (GetFloodingBehaviour(tile)) {
case FLOOD_ACTIVE: