mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-04-02 05:23:31 +00:00
hopefully fixes broken build
This commit is contained in:
@@ -221,7 +221,7 @@ private:
|
|||||||
int dir = 0;
|
int dir = 0;
|
||||||
int xdiff = abs(coordinate[0] - start[0]);
|
int xdiff = abs(coordinate[0] - start[0]);
|
||||||
int zdiff = abs(coordinate[2] - start[2]);
|
int zdiff = abs(coordinate[2] - start[2]);
|
||||||
int maxdiff = max(xdiff, zdiff);
|
int maxdiff = (std::max)(xdiff, zdiff);
|
||||||
|
|
||||||
if (maxdiff > 0)
|
if (maxdiff > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user