mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
windows: fix 64bit build( #149 )
This commit is contained in:
@@ -1337,7 +1337,7 @@ void CClientLeafSystem::ComputeTranslucentRenderLeaf( int count, const LeafIndex
|
||||
|
||||
static CUtlVector<RenderableInfo_t *> orderedList; // @MULTICORE (toml 8/30/2006): will need to make non-static if thread this function
|
||||
static CUtlVector<IClientRenderable *> renderablesToUpdate;
|
||||
int leaf = 0;
|
||||
intp leaf = 0;
|
||||
for ( i = 0; i < count; ++i )
|
||||
{
|
||||
leaf = pLeafList[i];
|
||||
|
||||
Reference in New Issue
Block a user