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

@ -42,7 +42,6 @@ void CNpcFishHookPlatform::postInit()
m_isMoving = false;
m_isResetting = false;
m_isShuttingDown = false;
m_lineBase.vx = Pos.vx;
m_lineBase.vy = 0;
m_bobTimer = 0;

View file

@ -27,7 +27,6 @@ void CNpcFishHook3Platform::postInit()
m_isMoving = false;
m_isResetting = false;
m_isShuttingDown = false;
m_lineBase.vx = Pos.vx;
m_lineBase.vy = 0;
}

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();

View file

@ -225,7 +225,6 @@ protected:
s16 m_initRotation;
CModelGfx *m_modelGfx;
u8 m_isShuttingDown;
int m_graphicNum;