mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
fixed warnings reported by cppcheck
This commit is contained in:
@@ -892,6 +892,7 @@ void RemoteClient::SetBlocksNotSent(core::map<v3s16, MapBlock*> &blocks)
|
||||
PlayerInfo::PlayerInfo()
|
||||
{
|
||||
name[0] = 0;
|
||||
avg_rtt = 0;
|
||||
}
|
||||
|
||||
void PlayerInfo::PrintLine(std::ostream *s)
|
||||
|
Reference in New Issue
Block a user