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:
parent
685a635aea
commit
ee89e29ae1
6 changed files with 344 additions and 2830 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue