early-access version 1618

This commit is contained in:
pineappleEA
2021-04-21 01:55:32 +02:00
parent f46563104f
commit e7450c06b4
3 changed files with 13 additions and 11 deletions

View File

@@ -94,8 +94,8 @@ public:
void Write(const Entry& entry) override;
private:
Common::FS::IOFile file;
std::size_t bytes_written;
FS::IOFile file;
std::size_t bytes_written = 0;
};
/**