From d9b4413bc90acd862ecdd9e03c1403f5c07db481 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 20 Feb 2021 19:01:04 +0100 Subject: Codechange: rename sound ids to make more sense. (#8701) --- src/network/network_command.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/network') diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp index eb1856aef..e87667058 100644 --- a/src/network/network_command.cpp +++ b/src/network/network_command.cpp @@ -23,7 +23,7 @@ static CommandCallback * const _callback_table[] = { /* 0x01 */ CcBuildPrimaryVehicle, /* 0x02 */ CcBuildAirport, /* 0x03 */ CcBuildBridge, - /* 0x04 */ CcPlaySound_SPLAT_WATER, + /* 0x04 */ CcPlaySound_CONSTRUCTION_WATER, /* 0x05 */ CcBuildDocks, /* 0x06 */ CcFoundTown, /* 0x07 */ CcBuildRoadTunnel, @@ -33,8 +33,8 @@ static CommandCallback * const _callback_table[] = { /* 0x0B */ CcRailDepot, /* 0x0C */ CcPlaceSign, /* 0x0D */ CcPlaySound_EXPLOSION, - /* 0x0E */ CcPlaySound_SPLAT_OTHER, - /* 0x0F */ CcPlaySound_SPLAT_RAIL, + /* 0x0E */ CcPlaySound_CONSTRUCTION_OTHER, + /* 0x0F */ CcPlaySound_CONSTRUCTION_RAIL, /* 0x10 */ CcStation, /* 0x11 */ CcTerraform, /* 0x12 */ CcAI, -- cgit v1.2.3-54-g00ecf