mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 03:21:28 +00:00
- 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…
Reference in a new issue