(Netplay) Lower announce rate
This commit is contained in:
parent
50cb20592c
commit
0fced84f93
|
@ -1000,7 +1000,7 @@ bool netplay_pre_frame(netplay_t *netplay)
|
||||||
if (settings->bools.netplay_public_announce)
|
if (settings->bools.netplay_public_announce)
|
||||||
{
|
{
|
||||||
reannounce++;
|
reannounce++;
|
||||||
if ((netplay->is_server || is_mitm) && (reannounce % 600 == 0))
|
if ((netplay->is_server || is_mitm) && (reannounce % 300 == 0))
|
||||||
netplay_announce();
|
netplay_announce();
|
||||||
}
|
}
|
||||||
/* Make sure that if announcement is turned on mid-game, it gets announced */
|
/* Make sure that if announcement is turned on mid-game, it gets announced */
|
||||||
|
|
Loading…
Reference in New Issue