mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
cleanups for sound assets
removed redundant get<foo>Profile calls, correctly used a few in proxmine
This commit is contained in:
parent
3c30a905c3
commit
93faa243ac
11 changed files with 25 additions and 81 deletions
|
|
@ -47,13 +47,6 @@ class HoverVehicleData : public VehicleData
|
|||
MaxSounds
|
||||
};
|
||||
DECLARE_SOUNDASSET_ARRAY(HoverVehicleData, HoverSounds, Sounds::MaxSounds);
|
||||
SFXProfile* getHoverSoundProfile(U32 id)
|
||||
{
|
||||
if (mHoverSoundsAsset[id] != NULL)
|
||||
return mHoverSoundsAsset[id]->getSfxProfile();
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
enum Jets {
|
||||
// These enums index into a static name list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue