===================== idFileSystemLocal::GetPureServerChecksums ===================== */
| 2619 | ===================== |
| 2620 | */ |
| 2621 | void idFileSystemLocal::GetPureServerChecksums( int checksums[ MAX_PURE_PAKS ] ) { |
| 2622 | int i; |
| 2623 | |
| 2624 | for ( i = 0; i < serverPaks.Num(); i++ ) { |
| 2625 | checksums[ i ] = serverPaks[ i ]->checksum; |
| 2626 | } |
| 2627 | checksums[ i ] = 0; |
| 2628 | } |
| 2629 | |
| 2630 | /* |
| 2631 | ===================== |
no test coverage detected