Fixed the style problems and added some comments

This commit is contained in:
bibo38
2015-11-07 17:23:02 +01:00
parent 5fa077f869
commit 64012bf46f
2 changed files with 18 additions and 6 deletions
+1
View File
@@ -151,6 +151,7 @@ private:
std::unordered_set<Vector3i, VectorHasher<int>> & a_BlocksPushed, const Vector3i & a_PushDir
);
/** Moves a list of blocks in a specific direction */
static void PushBlocks(const std::unordered_set<Vector3i, VectorHasher<int>> & a_BlocksToPush,
cWorld * a_World, const Vector3i & a_PushDir
);