mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
constant size for array for vc
This commit is contained in:
@@ -1641,7 +1641,7 @@ MapBlock * ServerMap::emergeBlock(
|
||||
if(rand() % 4 == 0)
|
||||
low_block_is_empty = true;*/
|
||||
|
||||
s32 ued = 4;
|
||||
const s32 ued = 4;
|
||||
bool underground_emptiness[ued*ued*ued];
|
||||
for(s32 i=0; i<ued*ued*ued; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user