Rename Map::Add to Map::AddToMap, Map::Remove to Map::RemoveFromMap for better management.

This commit is contained in:
megamage
2011-10-10 17:39:34 -04:00
parent d156e066cf
commit 3ba22d0d06
24 changed files with 85 additions and 84 deletions
+1 -1
View File
@@ -925,7 +925,7 @@ public:
return false;
}
map->Add(v->ToCreature());
map->AddToMap(v->ToCreature());
return true;
}