Skip to content

Commit

Permalink
- this function still was needed by raze, keep it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 17, 2024
1 parent ef10467 commit 253d668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/audio/sound/s_soundinternal.h
Expand Up @@ -402,6 +402,12 @@ class SoundEngine
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;
}

};


Expand Down

0 comments on commit 253d668

Please sign in to comment.