mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
fixed warnings reported by cppcheck
This commit is contained in:
parent
3f153c20d3
commit
9d4e9c59de
10 changed files with 19 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue