This commit is contained in:
parent
a35c24d46e
commit
bb0e21d8d6
10 changed files with 132 additions and 35 deletions
|
@ -210,6 +210,11 @@ void CProjectile::setPosition( DVECTOR newPos )
|
|||
Pos = newPos;
|
||||
}
|
||||
|
||||
void CProjectile::setLifeTime( PROJECTILE_LIFETIME_TYPE lifeType )
|
||||
{
|
||||
m_lifetimeType = lifeType;
|
||||
}
|
||||
|
||||
void CProjectile::think(int _frames)
|
||||
{
|
||||
CEnemyProjectileThing::think( _frames );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue