Adjusted a few comments

This commit is contained in:
Kayne Ruse
2014-04-21 02:13:00 +10:00
parent 60edc97ea5
commit 6c6a025f2a
7 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ int InWorld::CheckBufferDistance(Region* const region) {
return std::max(abs(x), abs(y));
}
//TODO: eew ugly
//TODO: Revise InWorld::UpdateMap() after InWorld::CheckBufferDistance()
void InWorld::UpdateMap() {
//prune distant regions
for (auto it = regionPager.GetContainer()->begin(); it != regionPager.GetContainer()->end(); /* EMPTY */) {