diff --git a/src/modules/filesystem/physfs/Filesystem.cpp b/src/modules/filesystem/physfs/Filesystem.cpp index 412f5991b..4b4af3db0 100644 --- a/src/modules/filesystem/physfs/Filesystem.cpp +++ b/src/modules/filesystem/physfs/Filesystem.cpp @@ -524,12 +524,7 @@ namespace physfs // Set the beginning of the next line. if(!file->eof()) file->seek(newline+1); - else if(close) - { - file->close(); - file->release(); - } - + return 1; }