Little fix for the sanity check fix from previous rev...

This commit is contained in:
Thilo Schulz 2006-06-16 20:47:29 +00:00
parent 813a6ecdc3
commit e02617ee89

View file

@ -3256,9 +3256,8 @@ void FS_PureServerSetReferencedPaks( const char *pakSums, const char *pakNames )
Cmd_TokenizeString( pakNames ); Cmd_TokenizeString( pakNames );
d = Cmd_Argc(); d = Cmd_Argc();
if(d > MAX_SEARCH_PATHS)
d = MAX_SEARCH_PATHS; if(d > c)
else if(d > c)
d = c; d = c;
for ( i = 0 ; i < d ; i++ ) { for ( i = 0 ; i < d ; i++ ) {