This commit is contained in:
parent
1da64afa81
commit
c7fe8c740b
70 changed files with 302 additions and 445 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
void render();
|
||||
void think(int _frames);
|
||||
|
||||
void setCameraCentre(DVECTOR _pos) {MapPos=_pos;}
|
||||
void setCameraCentre(DVECTOR const &_pos) {MapPos=_pos;}
|
||||
static DVECTOR const &getCameraPos() {return MapPos;}
|
||||
static DVECTOR const &getPlayerSpawnPos() {return s_playerSpawnPos;}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue