diff options
author | aap <aap@papnet.eu> | 2019-07-16 18:31:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 18:31:18 +0200 |
commit | 9477aca836efd0bcf5017ff6a6c81f2326fd97c1 (patch) | |
tree | b80e8bc8569fbdda5929123a8f47d0c62aea0ab0 /src/core/World.h | |
parent | 2c138b2b77cf661d9f119061963a726fdcde56d0 (diff) | |
parent | 568b3de9cc682b4963d4fc6129692d11cfffe64a (diff) |
Merge branch 'master' into erorcun
Diffstat (limited to 'src/core/World.h')
-rw-r--r-- | src/core/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h index a8650d93..fd9d6fc3 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -102,6 +102,7 @@ public: static float FindGroundZForCoord(float x, float y); static float FindGroundZFor3DCoord(float x, float y, float z, bool *found); static float FindRoofZFor3DCoord(float x, float y, float z, bool *found); + static void RemoveReferencesToDeletedObject(CEntity*); static float GetSectorX(float f) { return ((f - WORLD_MIN_X)/SECTOR_SIZE_X); } static float GetSectorY(float f) { return ((f - WORLD_MIN_Y)/SECTOR_SIZE_Y); } |