This commit is contained in:
parent
2405173f37
commit
4258538252
4 changed files with 12 additions and 4 deletions
|
@ -261,6 +261,7 @@ void CProjectile::think(int _frames)
|
|||
{
|
||||
if ( processTargetSeek( _frames, m_initPos ) )
|
||||
{
|
||||
CThing *Parent=getParent();
|
||||
Parent->processEvent( PROJECTILE_RETURNED_TO_SOURCE_EVENT, this );
|
||||
m_heading = m_initHeading;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue