This commit is contained in:
parent
a01fb776cd
commit
9f69c7daf2
2 changed files with 33 additions and 46 deletions
|
@ -193,10 +193,12 @@ private:
|
|||
int m_animNo;
|
||||
CActorGfx *m_actorGfx;
|
||||
|
||||
DVECTOR m_playerScreenGeomPos;
|
||||
DVECTOR m_cameraPos;
|
||||
|
||||
DVECTOR m_currentCamFocusPointTarget;
|
||||
DVECTOR m_currentCamFocusPoint;
|
||||
int m_facing;
|
||||
int m_padLookAroundTimer;
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -218,8 +220,6 @@ private:
|
|||
int m_health;
|
||||
int m_healthReactFrames;
|
||||
|
||||
DVECTOR m_cameraOffset;
|
||||
|
||||
void updatePadInput();
|
||||
protected:
|
||||
virtual PLAYERINPUT readPadInput();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue