NSItem: play pickup noise on player instead of self
This commit is contained in:
parent
d936e57aa5
commit
c27ab5dd5a
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ NSItem::_AddedCallback(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
Logging_Pickup(pl, this, __NULL__);
|
Logging_Pickup(pl, this, __NULL__);
|
||||||
StartSoundDef(m_sndAcquire, CHAN_ITEM, true);
|
pl.StartSoundDef(m_sndAcquire, CHAN_ITEM, true);
|
||||||
OnPickup();
|
OnPickup();
|
||||||
Disappear();
|
Disappear();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue