Base: Fix item_pickup's Spawned() method not calling its parent

This commit is contained in:
Marco Cawthorne 2022-06-02 12:39:26 -07:00
parent a463498f60
commit 36da8995b6
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ item_pickup::Respawn(void)
void
item_pickup::Spawned(void)
{
super::Spawned();
#ifdef WASTES
Sound_Precache("item_weapon.pickup");
#endif