This commit is contained in:
parent
c514eb7a99
commit
a1bf80bc35
1 changed files with 2 additions and 2 deletions
|
@ -832,7 +832,7 @@ void CNpcEnemy::shutdown()
|
||||||
|
|
||||||
void CNpcEnemy::think(int _frames)
|
void CNpcEnemy::think(int _frames)
|
||||||
{
|
{
|
||||||
/* CEnemyThing::think(_frames);
|
CEnemyThing::think(_frames);
|
||||||
|
|
||||||
if ( m_isActive )
|
if ( m_isActive )
|
||||||
{
|
{
|
||||||
|
@ -908,7 +908,7 @@ void CNpcEnemy::think(int _frames)
|
||||||
}
|
}
|
||||||
|
|
||||||
processTimer(_frames);
|
processTimer(_frames);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue