mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix most warnings, re-fix MSVC compile error
This commit is contained in:
parent
979ca23f1e
commit
d31f07bd4b
10 changed files with 22 additions and 19 deletions
|
@ -3283,7 +3283,7 @@ void ServerMap::save(ModifiedState save_level)
|
|||
|
||||
block_count_all++;
|
||||
|
||||
if(block->getModified() >= save_level)
|
||||
if(block->getModified() >= (u32)save_level)
|
||||
{
|
||||
// Lazy beginSave()
|
||||
if(!save_started){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue