1
0

Maps: Improvements

This commit is contained in:
andrew
2014-02-23 15:03:40 +02:00
parent 30b22e9f59
commit f471873945
8 changed files with 28 additions and 15 deletions

View File

@@ -51,7 +51,11 @@ private:
/** Utility class used to serialize item ID counts. */
/** Utility class used to serialize item ID counts.
*
* In order to perform bounds checking (while loading),
* the last registered ID of each item is serialized to an NBT file.
*/
class cIDCountSerializer
{
public: