mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 17:05:05 -05:00
Fix use of uninitialized data
This commit is contained in:
parent
a4a6cc8eb1
commit
57f2fa57cd
@ -3660,7 +3660,6 @@ void MMVManip::initialEmerge(v3s16 blockpos_min, v3s16 blockpos_max,
|
||||
block = svrmap->emergeBlock(p, false);
|
||||
if (block == NULL)
|
||||
block = svrmap->createBlock(p);
|
||||
else
|
||||
block->copyTo(*this);
|
||||
} else {
|
||||
flags |= VMANIP_BLOCK_DATA_INEXIST;
|
||||
|
Loading…
Reference in New Issue
Block a user