1
0
Fork 0
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:
Sfan5 2013-09-06 18:22:12 +02:00
parent 58841ef12f
commit 7e44c2ace1
7 changed files with 14 additions and 8 deletions

View file

@ -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();