mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make it compile
This commit is contained in:
parent
58841ef12f
commit
7e44c2ace1
7 changed files with 14 additions and 8 deletions
|
@ -55,7 +55,7 @@ void Database_LevelDB::saveBlock(MapBlock *block)
|
|||
}
|
||||
|
||||
// Format used for writing
|
||||
u8 version = SER_FMT_VER_HIGHEST;
|
||||
u8 version = SER_FMT_VER_HIGHEST_WRITE;
|
||||
// Get destination
|
||||
v3s16 p3d = block->getPos();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue