Mercurial > mm7
comparison DecalBuilder.cpp @ 1409:c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
author | Nomad |
---|---|
date | Fri, 26 Jul 2013 21:16:51 +0200 |
parents | cc9a3a24d61d |
children | 2c71fa8913d2 |
comparison
equal
deleted
inserted
replaced
1408:204cce84300b | 1409:c9e3b93ec570 |
---|---|
399 { | 399 { |
400 if ( uClipFlags & 2 ) | 400 if ( uClipFlags & 2 ) |
401 { | 401 { |
402 v40 = (int)&a8; | 402 v40 = (int)&a8; |
403 v39 = v12->pVertices; | 403 v39 = v12->pVertices; |
404 __debugbreak(); // warning C4700: uninitialized local variable 'v31' used | |
404 pGame->pIndoorCameraD3D->_436CDC_mess_with_lightmap__clipflag_2(v32, *v31, v12->pVertices, &a8b); | 405 pGame->pIndoorCameraD3D->_436CDC_mess_with_lightmap__clipflag_2(v32, *v31, v12->pVertices, &a8b); |
405 v40 = (int)v31; | 406 v40 = (int)v31; |
406 v39 = v12->pVertices; | 407 v39 = v12->pVertices; |
407 pGame->pIndoorCameraD3D->_437143(a8b, v32, v12->pVertices, v31); | 408 pGame->pIndoorCameraD3D->_437143(a8b, v32, v12->pVertices, v31); |
408 } | 409 } |