2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:07:44 +00:00

Windows build fixes

This commit is contained in:
Jack Andersen
2017-05-08 09:10:09 -10:00
parent d584df8f5f
commit 08cbeceb80
7 changed files with 250 additions and 7 deletions

View File

@@ -302,7 +302,7 @@ void CMapArea::CMapAreaSurface::Draw(const zeus::CVector3f* verts, const zeus::C
float width = lineWidth;
auto primIt = linePrims.begin();
for (u32 j=0 ; j<=draw2 ; ++j)
for (u32 j=0 ; j<=u32(draw2) ; ++j)
{
r.seek(4, athena::SeekOrigin::Begin);
for (u32 i=0 ; i<outlineCount ; ++i)