(svn r3409) - Change the server advertisement interval to use the frame counter instead
of game days. This allows a paused server to continue to advertise itself. This also fixes advertising for games that start before 1922.
This commit is contained in:
@@ -197,7 +197,8 @@ VARDEF uint16 _network_udp_broadcast;
|
||||
VARDEF byte _network_lan_internet;
|
||||
|
||||
VARDEF bool _network_advertise;
|
||||
VARDEF uint16 _network_last_advertise_date;
|
||||
VARDEF bool _network_need_advertise;
|
||||
VARDEF uint32 _network_last_advertise_frame;
|
||||
VARDEF uint8 _network_advertise_retries;
|
||||
|
||||
VARDEF bool _network_autoclean_companies;
|
||||
|
||||
Reference in New Issue
Block a user