diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 17:05:23 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 17:05:23 +0200 |
commit | 01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c (patch) | |
tree | 34ee1a1c5ee8d88b7efa1e5d74ad8a3d214e28dc /src/World.h | |
parent | Merged with upstream (diff) | |
download | re3-01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c.tar re3-01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c.tar.gz re3-01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c.tar.bz2 re3-01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c.tar.lz re3-01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c.tar.xz re3-01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c.tar.zst re3-01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c.zip |
Diffstat (limited to 'src/World.h')
-rw-r--r-- | src/World.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h index fb9b3b7e..90e732a5 100644 --- a/src/World.h +++ b/src/World.h @@ -69,7 +69,6 @@ public: static void Remove(CEntity *entity); static void Add(CEntity *entity); - static void Remove(CEntity *ent); static CSector *GetSector(int x, int y) { return &ms_aSectors[y][x]; } static CPtrList &GetBigBuildingList(eLevelName i) { return ms_bigBuildingsList[i]; } |