Fix swapping AAS bboxes
Found in RTCW SP.
This commit is contained in:
parent
313064baa4
commit
cd41690fc3
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ void AAS_SwapAASData(void)
|
||||||
aasworld.bboxes[i].flags = LittleLong(aasworld.bboxes[i].flags);
|
aasworld.bboxes[i].flags = LittleLong(aasworld.bboxes[i].flags);
|
||||||
for (j = 0; j < 3; j++)
|
for (j = 0; j < 3; j++)
|
||||||
{
|
{
|
||||||
aasworld.bboxes[i].mins[j] = LittleLong(aasworld.bboxes[i].mins[j]);
|
aasworld.bboxes[i].mins[j] = LittleFloat(aasworld.bboxes[i].mins[j]);
|
||||||
aasworld.bboxes[i].maxs[j] = LittleLong(aasworld.bboxes[i].maxs[j]);
|
aasworld.bboxes[i].maxs[j] = LittleFloat(aasworld.bboxes[i].maxs[j]);
|
||||||
} //end for
|
} //end for
|
||||||
} //end for
|
} //end for
|
||||||
//vertexes
|
//vertexes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue