This commit is contained in:
Charles 2001-06-29 14:57:20 +00:00
parent 57b4d19ca6
commit 82afdfce50
10 changed files with 35 additions and 31 deletions

View file

@ -611,8 +611,6 @@ void CNpcPlatform::init()
m_lifetime = 0;
m_lifetimeType = m_dataPtr->lifetimeType;
m_isShuttingDown = false;
m_npcPath.initPath();
m_speed = m_dataPtr->speed;
@ -699,7 +697,6 @@ void CNpcPlatform::shutdown()
}
delete m_modelGfx;
//m_npcPath.removeAllWaypoints();
// temporary
CPlatformThing::shutdown();