1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-18 01:42:38 +01:00

(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 5edda0149a
commit 116adbc0e1
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 (;;) {