1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-09 16:02:47 +00:00

Fix problems with loading a packaged mod twice. Thx to Daxar for reporting, was in fact a ttvfs bug.

This commit is contained in:
fgenesis 2014-04-23 05:26:03 +02:00
commit 18034bcc18
5 changed files with 33 additions and 23 deletions

View file

@ -78,7 +78,6 @@ public:
protected:
void *_fh; // FILE*
void *_buf;
};
class MemFile : public File