mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Address review feedback
This commit is contained in:
committed by
Asdow
parent
8b1c4effa0
commit
d4abc82488
@@ -1595,14 +1595,6 @@ void RenderTiles(UINT32 uiFlags, INT32 iStartPointX_M, INT32 iStartPointY_M, INT
|
||||
fRenderTile = TRUE;
|
||||
}
|
||||
|
||||
// If we are on the struct layer, check for if it's hidden!
|
||||
if (uiRowFlags & (TILES_STATIC_STRUCTURES | TILES_DYNAMIC_STRUCTURES | TILES_STATIC_SHADOWS | TILES_DYNAMIC_SHADOWS))
|
||||
{
|
||||
if (fUseTileElem)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
if (fRenderTile)
|
||||
{
|
||||
// Set flag to set layer as used
|
||||
|
||||
Reference in New Issue
Block a user