This commit is contained in:
Paul 2001-07-21 18:39:43 +00:00
parent 0c81c7db46
commit 8dfb2b0591
3 changed files with 10 additions and 4 deletions

View file

@ -237,7 +237,7 @@ public:
int isTryingToConversateWithFriend() {return m_allowConversation;}
DVECTOR getCameraPos() {return m_cameraPos;}
void setCartCam(int _flag) {m_cartCamActive=_flag;}
void setCameraBox(CameraBox _cameraBox);
void setRespawnPos(DVECTOR _respawn) {m_respawnPos=_respawn;}
void setRespawnPosAndRingTelephone(DVECTOR _respawn);
@ -328,6 +328,7 @@ private:
int m_animNo;
CActorGfx *m_actorGfx;
int m_cartCamActive;
int m_lockCamera;
DVECTOR m_cameraPos;
DVECTOR m_currentCamFocusPointTarget;