This commit is contained in:
Paul 2001-04-11 22:37:57 +00:00
parent a01fb776cd
commit 9f69c7daf2
2 changed files with 33 additions and 46 deletions

View file

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