Tests fix + fix for certain factions not loading

This commit is contained in:
KimLS
2013-02-28 22:33:20 -08:00
parent 7237c1f54c
commit b5405c35e2
5 changed files with 9 additions and 3 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ public:
~MemoryMappedFileTest() {
}
private:
private:
void LoadAndZeroMMF() {
EQEmu::MemoryMappedFile mmf("testfile.txt", 512);
mmf.ZeroFile();