diff --git a/irr/src/CFileSystem.h b/irr/src/CFileSystem.h index 9400d85a3..d2a627e49 100644 --- a/irr/src/CFileSystem.h +++ b/irr/src/CFileSystem.h @@ -91,7 +91,7 @@ public: private: //! Currently used FileSystemType - EFileSystemType FileSystemType; + EFileSystemType FileSystemType = FILESYSTEM_NATIVE; //! WorkingDirectory for Native and Virtual filesystems io::path WorkingDirectory[2]; //! currently attached ArchiveLoaders