0

added an faq entry on copying tiles to another destionation

also added a link to the faq under help on the index page
also clarified the faq entry about adding new features or changing
texture packs
also fixed a typo
This commit is contained in:
Andrew Brown
2011-11-24 23:30:33 -05:00
parent bca7867b86
commit 82864a1622
3 changed files with 40 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ class QuadtreeGen(object):
curdepth = self._get_cur_depth()
if curdepth != -1:
if self.p > curdepth:
logging.warning("Your map seemes to have expanded beyond its previous bounds.")
logging.warning("Your map seems to have expanded beyond its previous bounds.")
logging.warning( "Doing some tile re-arrangements... just a sec...")
for _ in xrange(self.p-curdepth):
self._increase_depth()