This commit is contained in:
parent
57b4d19ca6
commit
82afdfce50
10 changed files with 35 additions and 31 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -225,7 +225,6 @@ protected:
|
|||
s16 m_initRotation;
|
||||
|
||||
CModelGfx *m_modelGfx;
|
||||
u8 m_isShuttingDown;
|
||||
|
||||
int m_graphicNum;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue