This commit is contained in:
parent
0c81c7db46
commit
8dfb2b0591
3 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue