Fixed wrong Surrounding size
This commit is contained in:
parent
7cdcf0a883
commit
060ac500fc
@ -109,11 +109,11 @@ void cVillager::HandleFarmerPrepareFarmCrops()
|
|||||||
Surrounding.Read(
|
Surrounding.Read(
|
||||||
m_World,
|
m_World,
|
||||||
(int) GetPosX() - 5,
|
(int) GetPosX() - 5,
|
||||||
(int) GetPosX() + 5,
|
(int) GetPosX() + 6,
|
||||||
(int) GetPosY() - 3,
|
(int) GetPosY() - 3,
|
||||||
(int) GetPosY() + 3,
|
(int) GetPosY() + 4,
|
||||||
(int) GetPosZ() - 5,
|
(int) GetPosZ() - 5,
|
||||||
(int) GetPosZ() + 5
|
(int) GetPosZ() + 6
|
||||||
);
|
);
|
||||||
|
|
||||||
for (int I = 0; I < 5; I++)
|
for (int I = 0; I < 5; I++)
|
||||||
|
Loading…
Reference in New Issue
Block a user