Base: Fix item_pickup's Spawned() method not calling its parent
This commit is contained in:
parent
a463498f60
commit
36da8995b6
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ item_pickup::Respawn(void)
|
|||
void
|
||||
item_pickup::Spawned(void)
|
||||
{
|
||||
super::Spawned();
|
||||
#ifdef WASTES
|
||||
Sound_Precache("item_weapon.pickup");
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue