This commit is contained in:
Josh Stewart 2017-07-24 14:24:41 +10:00
parent 9a7d3b1fdf
commit 1da217eb40
1 changed files with 2 additions and 2 deletions

View File

@ -510,7 +510,7 @@ int get3DTableValueS(struct table3D *fromTable, int Y, int X)
break;
}
xMin--;
}while(TRUE);
}while(true);
do //MAP axis
{
@ -526,7 +526,7 @@ int get3DTableValueS(struct table3D *fromTable, int Y, int X)
break;
}
yMin--;
}while(TRUE);
}while(true);
fromTable->lastXMin = xMax;
fromTable->lastYMin = yMax;