fixed Windows build for networking branch
This commit is contained in:
@@ -17,7 +17,7 @@ private:
|
||||
public:
|
||||
// Made public and non-static so we can have a cache for input and output files
|
||||
RegionFileCache() { InitializeCriticalSectionAndSpinCount(&m_cs, 4000); }
|
||||
~RegionFileCache() { DeleteCriticalSection(&m_cs); }
|
||||
~RegionFileCache() { _clear(); DeleteCriticalSection(&m_cs); }
|
||||
|
||||
RegionFile *_getRegionFile(ConsoleSaveFile *saveFile, const wstring &prefix, int chunkX, int chunkZ); // 4J - TODO was synchronized
|
||||
void _clear(); // 4J - TODO was synchronized
|
||||
|
||||
Reference in New Issue
Block a user