Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1112:4994eb3947ae | 1113:39eaa6b00141 |
---|---|
579 float v31; // [sp+34h] [bp-8h]@6 | 579 float v31; // [sp+34h] [bp-8h]@6 |
580 bool v32; // [sp+38h] [bp-4h]@2 | 580 bool v32; // [sp+38h] [bp-4h]@2 |
581 float a3; | 581 float a3; |
582 | 582 |
583 this->uNumDecals = 0; | 583 this->uNumDecals = 0; |
584 result = pBloodsplatContainer->std__vector_pBloodsplats_size; | 584 result = pBloodsplatContainer->std__vector_pBloodsplats_size != 0; |
585 v24 = this; | 585 v24 = this; |
586 v23 = pBloodsplatContainer->std__vector_pBloodsplats_size; | 586 v23 = pBloodsplatContainer->std__vector_pBloodsplats_size; |
587 if ( pBloodsplatContainer->std__vector_pBloodsplats_size ) | 587 if ( pBloodsplatContainer->std__vector_pBloodsplats_size ) |
588 { | 588 { |
589 v32 = 0; | 589 v32 = 0; |