mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 19:41:11 +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);
|
FSoundID PickReplacement(FSoundID refid);
|
||||||
void HashSounds();
|
void HashSounds();
|
||||||
void AddRandomSound(FSoundID Owner, TArray<FSoundID> list);
|
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