mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
NPC Faction lists to new shared memory scheme
This commit is contained in:
@@ -186,7 +186,6 @@ namespace EQEmu {
|
||||
void MemoryMappedFile::ZeroFile() {
|
||||
memset(reinterpret_cast<void*>(memory_), 0, sizeof(shared_memory_struct));
|
||||
memset(memory_->data, 0, size_);
|
||||
memory_->loaded = false;
|
||||
memory_->size = size_;
|
||||
}
|
||||
} // EQEmu
|
||||
|
||||
Reference in New Issue
Block a user