comparison DecalBuilder.cpp @ 791:346f7069676a

Indoor::GetSector and various stuff
author Nomad
date Mon, 25 Mar 2013 05:27:18 +0200
parents ccf8b4815a1f
children 34ed2d5e7cfb
comparison
equal deleted inserted replaced
790:1e2be0f5eb30 791:346f7069676a
465 465
466 auto pFace = &pIndoor->pFaces[uFaceID]; 466 auto pFace = &pIndoor->pFaces[uFaceID];
467 467
468 if (pFace->uAttributes & 0x400000) 468 if (pFace->uAttributes & 0x400000)
469 return true; 469 return true;
470 if (pFace->Animated()) 470 if (pFace->Fluid())
471 return true; 471 return true;
472 472
473 for (uint i = 0; i < pBloodsplatContainer->std__vector_pBloodsplats_size; ++i) 473 for (uint i = 0; i < pBloodsplatContainer->std__vector_pBloodsplats_size; ++i)
474 { 474 {
475 auto pBloodsplat = pBloodsplatContainer->std__vector_pBloodsplats + i; 475 auto pBloodsplat = pBloodsplatContainer->std__vector_pBloodsplats + i;