Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as it was originally described.

This commit is contained in:
Thilo Schulz 2006-08-28 01:48:38 +00:00
parent 39d050b748
commit 01d057967f
6 changed files with 8 additions and 23 deletions

View file

@ -2712,18 +2712,15 @@ qboolean FS_ComparePaks( char *neededpaks, int len, qboolean dlstring ) {
================
FS_Shutdown
Frees all resources and closes all files
Frees all resources.
================
*/
void FS_Shutdown( qboolean closemfp ) {
searchpath_t *p, *next;
int i;
// logfile will now get closed.
logfile = 0;
for(i = 0; i < MAX_FILE_HANDLES; i++) {
if (fsh[i].handleFiles.file.o) {
if (fsh[i].fileSize) {
FS_FCloseFile(i);
}
}