fix
This commit is contained in:
parent
01c04f3963
commit
e0488a7980
@ -104,8 +104,6 @@ public:
|
|||||||
static int GetSectorIndexY(float f) { return (int)GetSectorY(f); }
|
static int GetSectorIndexY(float f) { return (int)GetSectorY(f); }
|
||||||
static float GetWorldX(int x) { return x*SECTOR_SIZE_X + WORLD_MIN_X; }
|
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 float GetWorldY(int y) { return y*SECTOR_SIZE_Y + WORLD_MIN_Y; }
|
||||||
|
|
||||||
static void Remove(void);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class CPlayerPed;
|
class CPlayerPed;
|
||||||
|
Loading…
Reference in New Issue
Block a user