Skip to content

Commit

Permalink
Fix Werebull precache sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Dec 13, 2023
1 parent 8d7a85f commit ffd96d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 955 deletions.
5 changes: 3 additions & 2 deletions Sources/EntitiesMP/Werebull.es
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,13 @@ functions:
void Precache(void) {
CEnemyBase::Precache();

PrecacheSound(SOUND_KICKHORN);
PrecacheSound(SOUND_IMPACT );

if (m_beFene==BUE_FE)
{
PrecacheSound(SOUND_IDLE );
PrecacheSound(SOUND_SIGHT );
PrecacheSound(SOUND_KICKHORN);
PrecacheSound(SOUND_IMPACT );
PrecacheSound(SOUND_DEATH );
PrecacheSound(SOUND_RUN );
PrecacheTexture(TEXTURE_WEREBULL_S_FLESH);
Expand Down

0 comments on commit ffd96d4

Please sign in to comment.