1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};