============== idFileSystemLocal::CloseFile ============== */
| 3377 | ============== |
| 3378 | */ |
| 3379 | void idFileSystemLocal::CloseFile( idFile *f ) { |
| 3380 | if ( !searchPaths ) { |
| 3381 | common->FatalError( "Filesystem call made without initialization\n" ); |
| 3382 | } |
| 3383 | delete f; |
| 3384 | } |
| 3385 | |
| 3386 | |
| 3387 | /* |
no test coverage detected