1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Revert mapgen to best working version (2)

This commit is contained in:
Perttu Ahola 2011-04-03 12:14:23 +03:00
parent 685a635aea
commit ee89e29ae1
6 changed files with 344 additions and 2830 deletions

View file

@ -244,16 +244,15 @@ public:
return m_lighting_expired;
}
bool isFullyGenerated()
/*bool isFullyGenerated()
{
return !m_not_fully_generated;
}
void setFullyGenerated(bool b)
{
setChangedFlag();
m_not_fully_generated = !b;
}
}*/
bool isValid()
{
@ -680,7 +679,7 @@ private:
TODO: Save in file
*/
bool m_not_fully_generated;
//bool m_not_fully_generated;
MapBlockObjectList m_objects;