- Precache PickupSound, UpSound, and ReadySound.
SVN r3842 (trunk)
This commit is contained in:
parent
0ac94c5265
commit
39ff34645f
3 changed files with 27 additions and 0 deletions
|
|
@ -67,6 +67,19 @@ void AWeapon::Serialize (FArchive &arc)
|
|||
<< Crosshair;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
//
|
||||
// AWeapon :: MarkPrecacheSounds
|
||||
//
|
||||
//===========================================================================
|
||||
|
||||
void AWeapon::MarkPrecacheSounds() const
|
||||
{
|
||||
Super::MarkPrecacheSounds();
|
||||
UpSound.MarkUsed();
|
||||
ReadySound.MarkUsed();
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
//
|
||||
// AWeapon :: TryPickup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue