1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fixed two compiler warnings

This commit is contained in:
Perttu Ahola 2011-05-16 19:54:08 +03:00
parent 94c9686020
commit bc59c18503
2 changed files with 3 additions and 3 deletions

View file

@ -2231,7 +2231,7 @@ void Server::ProcessData(u8 *data, u32 datasize, u16 peer_id)
// Mandatory parameter; actually used for nothing
core::map<v3s16, MapBlock*> modified_blocks;
u8 material;
u8 material = CONTENT_IGNORE;
u8 mineral = MINERAL_NONE;
bool cannot_remove_node = false;