|
@@ -50,7 +50,6 @@ struct VehicleData : public RigidShapeData
|
|
|
} body;
|
|
|
|
|
|
DECLARE_SOUNDASSET_ARRAY(VehicleData, VehicleBodySounds, Body::Sounds::MaxSounds)
|
|
|
- DECLARE_ASSET_ARRAY_SETGET(VehicleData, VehicleBodySounds);
|
|
|
|
|
|
SFXProfile* getVehicleBodySoundProfile(U32 id)
|
|
|
{
|
|
@@ -82,7 +81,6 @@ struct VehicleData : public RigidShapeData
|
|
|
};
|
|
|
|
|
|
DECLARE_SOUNDASSET_ARRAY(VehicleData, VehicleWaterSounds, Sounds::MaxSounds)
|
|
|
- DECLARE_ASSET_ARRAY_SETGET(VehicleData, VehicleWaterSounds);
|
|
|
|
|
|
SFXProfile* getVehicleWaterSoundProfile(U32 id)
|
|
|
{
|