Try to build with mingw
This commit is contained in:
@@ -289,7 +289,7 @@ CCullZones::FindAttributesForCoors(CVector coors, int32 *wantedLevel)
|
||||
coors.z >= aAttributeZones[i].minz && coors.z <= aAttributeZones[i].maxz){
|
||||
attribs |= aAttributeZones[i].attributes;
|
||||
if(wantedLevel)
|
||||
*wantedLevel = max(*wantedLevel, aAttributeZones[i].wantedLevel);
|
||||
*wantedLevel = Max(*wantedLevel, aAttributeZones[i].wantedLevel);
|
||||
}
|
||||
return attribs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user