mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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();
|
ps_tictime = I_GetPreciseTime();
|
||||||
|
|
||||||
G_Ticker((gametic % NEWTICRATERATIO) == 0);
|
G_Ticker((gametic % NEWTICRATERATIO) == 0);
|
||||||
if (Playing() && (gametic % TICRATE == 0))
|
if (Playing() && netgame && (gametic % TICRATE == 0))
|
||||||
{
|
{
|
||||||
Schedule_Run();
|
Schedule_Run();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue