mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
day/night working client side
This commit is contained in:
parent
240499dc2c
commit
0ca9423b8b
22 changed files with 955 additions and 676 deletions
|
@ -445,6 +445,7 @@ Peer::Peer(u16 a_id, Address a_address)
|
|||
address = a_address;
|
||||
timeout_counter = 0.0;
|
||||
//resend_timeout = RESEND_TIMEOUT_MINIMUM;
|
||||
ping_timer = 0.0;
|
||||
resend_timeout = 0.5;
|
||||
avg_rtt = -1.0;
|
||||
has_sent_with_id = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue