Mercurial > mm7
diff DecalBuilder.cpp @ 1113:39eaa6b00141
something to bool cast (performance warning) mostly fixed
author | Grumpy7 |
---|---|
date | Tue, 28 May 2013 00:19:45 +0200 |
parents | 74ab0ed7e308 |
children | aa706cde7fda |
line wrap: on
line diff
--- a/DecalBuilder.cpp Mon May 27 23:29:39 2013 +0200 +++ b/DecalBuilder.cpp Tue May 28 00:19:45 2013 +0200 @@ -581,7 +581,7 @@ float a3; this->uNumDecals = 0; - result = pBloodsplatContainer->std__vector_pBloodsplats_size; + result = pBloodsplatContainer->std__vector_pBloodsplats_size != 0; v24 = this; v23 = pBloodsplatContainer->std__vector_pBloodsplats_size; if ( pBloodsplatContainer->std__vector_pBloodsplats_size )