3d-gcc.diff

zorglub, 09/09/2008 01:31 pm

Download (532 Bytes)

src/3d/packed_zone.cpp (working copy)
1291 1291
		if (x >= (sint) packedZone.Grid.getWidth()) continue;
1292 1292
		if (y < 0) continue;
1293 1293
		if (y >= (sint) packedZone.Grid.getHeight()) continue;
1294
		T::TIndexType triListIndex = packedZone.Grid(x, y);
1294
		typename T::TIndexType triListIndex = packedZone.Grid(x, y);
1295 1295
		if (triListIndex != T::UndefIndex)
1296 1296
		{
1297 1297
			CTriangle tri;