comparison LightmapBuilder.cpp @ 98:f76e4ea4a224

Outdoor::Load
author Nomad
date Sun, 04 Nov 2012 03:58:34 +0200
parents 9a2fa2f2cce0
children
comparison
equal deleted inserted replaced
95:b5e26a133fae 98:f76e4ea4a224
262 { 262 {
263 MessageBoxW(nullptr, L"Invalid light type!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:277", 0); 263 MessageBoxW(nullptr, L"Invalid light type!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:277", 0);
264 } 264 }
265 } 265 }
266 266
267 __debugbreak(); // foil
268 if (!pGame->pStru9Instance->_4980B9(a9, uNumVertices, 267 if (!pGame->pStru9Instance->_4980B9(a9, uNumVertices,
269 a7->field_4.x, a7->field_4.y, a7->field_4.z, 268 a7->field_4.x, a7->field_4.y, a7->field_4.z,
270 v11->pVertices, &v11->uNumVertices)) 269 v11->pVertices, &v11->uNumVertices))
271 return false; 270 return false;
272 271