(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:
peter1138
2006-01-19 17:50:40 +00:00
parent 6132d15df9
commit c56ae910f0
4 changed files with 24 additions and 15 deletions

View File

@@ -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;