comparison IndoorCameraD3D.cpp @ 1980:c1c74df0a33e

changing most of auto types to their actual types
author Grumpy7
date Wed, 30 Oct 2013 00:47:37 -0700
parents 8971dc85b8fb
children 30c2b575d25c
comparison
equal deleted inserted replaced
1979:92dfa0cafbe3 1980:c1c74df0a33e
427 else for (uint i = 0; i < uNumVertices; ++i) 427 else for (uint i = 0; i < uNumVertices; ++i)
428 //pIndoorCamera->ViewTransform_ODM(a1a + i); 428 //pIndoorCamera->ViewTransform_ODM(a1a + i);
429 { 429 {
430 //ViewTransform_ODM(a1a + i); 430 //ViewTransform_ODM(a1a + i);
431 431
432 auto a1 = a1a + i; 432 RenderVertexSoft* a1 = &a1a[i];
433 //----- (00481CCE) -------------------------------------------------------- 433 //----- (00481CCE) --------------------------------------------------------
434 //void ViewTransform_ODM(RenderVertexSoft *a1) 434 //void ViewTransform_ODM(RenderVertexSoft *a1)
435 { 435 {
436 float result; // eax@1 436 float result; // eax@1
437 double vCamToVertexZ; // st7@1 437 double vCamToVertexZ; // st7@1