This commit is contained in:
Daveo 2001-05-21 14:52:09 +00:00
parent 2405173f37
commit 4258538252
4 changed files with 12 additions and 4 deletions

View file

@ -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;
}