* SavingWorldScreen: Only save what's necessary

This commit is contained in:
iProgramInCpp
2023-08-02 21:55:46 +03:00
parent a2df1b3095
commit e5f942c194
7 changed files with 49 additions and 3 deletions

View File

@@ -1095,6 +1095,13 @@ void Level::saveAllChunks()
m_pChunkSource->saveAll();
}
#ifdef ENH_IMPROVED_SAVING
void Level::saveUnsavedChunks()
{
m_pChunkSource->saveUnsaved();
}
#endif
void Level::setInitialSpawn()
{
field_A00 = true;