(svn r25972) -Fix [FS#5665]: rail laying sounds of others could be heard in multiplayer (adf88)

This commit is contained in:
rubidium
2013-11-12 21:48:55 +00:00
parent aaf122da93
commit 34ae6d4b39
2 changed files with 2 additions and 3 deletions

View File

@@ -843,8 +843,6 @@ static CommandCost CmdRailTrackHelper(TileIndex tile, DoCommandFlag flags, uint3
CommandCost ret = ValidateAutoDrag(&trackdir, tile, end_tile);
if (ret.Failed()) return ret;
if ((flags & DC_EXEC) && _settings_client.sound.confirm) SndPlayTileFx(SND_20_SPLAT_2, tile);
bool had_success = false;
CommandCost last_error = CMD_ERROR;
for (;;) {