View Single Post
Backup
Senior Member
Join Date: Jul 2010
Location: Česká Republika
Old 02-16-2018 , 15:05   Re: [EXTENSION] Late Downloads
Reply With Quote #11

Quote:
Originally Posted by GHartmann View Post
Change for latest version to build against TF2:
Code:
257,259c257
<       for ( int i = 0; i < g_BatchDeadlines.Count(); i++ ) {
<               g_BatchDeadlines[i] = 0;
<       }
---
>       g_BatchDeadlines.FillWithValue(0);
...
I've replaced it using the definition for SetCount:
https://github.com/jonatan1024/lated...1596de03d0f808
__________________
Sorry for my english.
Backup is offline