(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:
@@ -627,7 +627,7 @@ static void TileLoop_Trees(TileIndex tile)
|
||||
}
|
||||
}
|
||||
|
||||
AmbientSoundEffectCallback(tile);
|
||||
AmbientSoundEffect(tile);
|
||||
|
||||
uint treeCounter = GetTreeCounter(tile);
|
||||
|
||||
|
Reference in New Issue
Block a user