This commit is contained in:
Paul 2001-08-08 16:54:00 +00:00
parent c2acfb3d6f
commit 0a38b50d9e
2 changed files with 24 additions and 2 deletions

View file

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