0

comments clarifications and whitespace adjustments

This commit is contained in:
Andrew Brown
2011-12-17 21:47:35 -05:00
parent 86c1b8ba15
commit a078b46274

View File

@@ -64,7 +64,12 @@ def base36encode(number, alphabet='0123456789abcdefghijklmnopqrstuvwxyz'):
class World(object):
"""Does world-level preprocessing to prepare for QuadtreeGen
worlddir is the path to the minecraft world
outputdir is the output path for this render. It is used only to find the
persistent data files to read in data from last render. Also it creates
this directory if it doesn't exist.
"""
mincol = maxcol = minrow = maxrow = 0