- this function still was needed by raze, keep it for now
This commit is contained in:
parent
ef10467ff8
commit
253d668222
1 changed files with 6 additions and 0 deletions
|
|
@ -402,6 +402,12 @@ public:
|
|||
FSoundID PickReplacement(FSoundID refid);
|
||||
void HashSounds();
|
||||
void AddRandomSound(FSoundID Owner, TArray<FSoundID> list);
|
||||
|
||||
TArray<sfxinfo_t>& GetSounds() //We still need this for a short time...
|
||||
{
|
||||
return S_sfx;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue