This commit is contained in:
parent
73046f0bd7
commit
31d98d8f29
2 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,11 @@ void CNpcClamEnemy::processEnemyCollision( CThing *thisThing )
|
|||
// do nothing
|
||||
}
|
||||
|
||||
void CNpcClamEnemy::processUserCollision( CThing *thisThing )
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
bool CNpcClamEnemy::processSensor()
|
||||
{
|
||||
switch( m_sensorFunc )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue