(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.

This commit is contained in:
frosch
2016-05-22 10:07:48 +00:00
parent 97e6981e39
commit 9aa33862a7
7 changed files with 28 additions and 28 deletions

View File

@@ -118,7 +118,7 @@ bool HandlePlacePushButton(Window *w, int widget, CursorID cursor, HighLightStyl
}
void CcPlaySound10(const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2)
void CcPlaySound_EXPLOSION(const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2)
{
if (result.Succeeded() && _settings_client.sound.confirm) SndPlayTileFx(SND_12_EXPLOSION, tile);
}