comparison mm7_4.cpp @ 1206:ab6560001f5b

arrays to std::arrays phase 2 - some more arrays converted
author Grumpy7
date Sun, 09 Jun 2013 01:10:49 +0200
parents 8c02e6f74b29
children decc0dd6e4ba 182b910c528d
comparison
equal deleted inserted replaced
1205:8c02e6f74b29 1206:ab6560001f5b
1440 bool result; // eax@3 1440 bool result; // eax@3
1441 1441
1442 v0 = 0; 1442 v0 = 0;
1443 if ( pOutdoorCamera->numStru148s > 0 ) 1443 if ( pOutdoorCamera->numStru148s > 0 )
1444 { 1444 {
1445 v1 = array_77EC08; 1445 v1 = array_77EC08.data();
1446 do 1446 do
1447 { 1447 {
1448 result = pGame->pLightmapBuilder->_45D3C7(v1); 1448 result = pGame->pLightmapBuilder->_45D3C7(v1);
1449 ++v0; 1449 ++v0;
1450 ++v1; 1450 ++v1;