Only do it in netgames

This commit is contained in:
Sally Coolatta 2022-09-14 05:14:54 -04:00
parent ed61140504
commit 81a4cb17c0

View file

@ -5531,7 +5531,7 @@ boolean TryRunTics(tic_t realtics)
ps_tictime = I_GetPreciseTime();
G_Ticker((gametic % NEWTICRATERATIO) == 0);
if (Playing() && (gametic % TICRATE == 0))
if (Playing() && netgame && (gametic % TICRATE == 0))
{
Schedule_Run();