diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 18:06:15 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 18:06:15 +0300 |
commit | e0488a7980c3c857431d266f0fd6205ca772315f (patch) | |
tree | 6ff754168a944857fc51943c88cd9a203893a9c1 /src | |
parent | 01c04f3963bc7d10e1d4d63d5586f3d5e04fdb2c (diff) |
fix
Diffstat (limited to 'src')
-rw-r--r-- | src/World.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/World.h b/src/World.h index 90e732a5..3b7090da 100644 --- a/src/World.h +++ b/src/World.h @@ -104,8 +104,6 @@ public: static int GetSectorIndexY(float f) { return (int)GetSectorY(f); } static float GetWorldX(int x) { return x*SECTOR_SIZE_X + WORLD_MIN_X; } static float GetWorldY(int y) { return y*SECTOR_SIZE_Y + WORLD_MIN_Y; } - - static void Remove(void); }; class CPlayerPed; |