- this function still was needed by raze, keep it for now

This commit is contained in:
Rachael Alexanderson 2024-04-17 15:19:03 -04:00
parent ef10467ff8
commit 253d668222
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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;
}
};