1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Allow an optional readonly base database (#7544)

* Allow an optional readonly base database

* Added basic documentation
This commit is contained in:
lhofhansl
2018-07-25 17:54:23 +02:00
committed by GitHub
parent 9537cfd3f8
commit 7454deb1bf
3 changed files with 23 additions and 3 deletions

View File

@@ -469,6 +469,7 @@ private:
*/
bool m_map_metadata_changed = true;
MapDatabase *dbase = nullptr;
MapDatabase *dbase_ro = nullptr;
};