windows: fix 64bit build( #149 )

This commit is contained in:
nillerusr
2022-12-16 19:20:56 +03:00
parent 9bca259e0f
commit eff77f0a0a
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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];