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

fixed warnings reported by cppcheck

This commit is contained in:
Perttu Ahola 2011-04-11 11:36:13 +03:00
parent 3f153c20d3
commit 9d4e9c59de
10 changed files with 19 additions and 9 deletions

View file

@ -82,7 +82,8 @@ Client::Client(
camera_direction(0,0,1),
m_server_ser_ver(SER_FMT_VER_INVALID),
m_inventory_updated(false),
m_time_of_day(0)
m_time_of_day(0),
m_map_seed(0)
{
m_packetcounter_timer = 0.0;
m_delete_unused_sectors_timer = 0.0;