mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Do not run ST_Ticker if dedicated
This commit is contained in:
parent
546f8d88c3
commit
5efce73680
1 changed files with 3 additions and 1 deletions
|
|
@ -237,7 +237,9 @@ void ST_Start(void)
|
||||||
ST_Stop();
|
ST_Stop();
|
||||||
|
|
||||||
ST_InitData();
|
ST_InitData();
|
||||||
st_stopped = false;
|
|
||||||
|
if (!dedicated)
|
||||||
|
st_stopped = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue