This commit is contained in:
parent
c2acfb3d6f
commit
0a38b50d9e
2 changed files with 24 additions and 2 deletions
|
@ -276,6 +276,10 @@ public:
|
|||
void teleportTo(int _x,int _y);
|
||||
|
||||
private:
|
||||
void processTeleportToCommand();
|
||||
int m_teleportPending;
|
||||
DVECTOR m_teleportPendingPos;
|
||||
|
||||
void playAnimFrameSfx(int _animNo,int _animFrame);
|
||||
void calcCameraFocusPointTarget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue