mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Only do it in netgames
This commit is contained in:
parent
ed61140504
commit
81a4cb17c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue