mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix CoopLives_OnChange.
This commit is contained in:
parent
62d79eef2a
commit
142875cf3d
1 changed files with 1 additions and 1 deletions
|
|
@ -3745,7 +3745,7 @@ static void CoopStarposts_OnChange(void)
|
||||||
{
|
{
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
if (!(netgame || multiplayer) || gametype != GT_COOP)
|
if (!(netgame || multiplayer) || !G_GametypeUsesCoopStarposts())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
switch (cv_coopstarposts.value)
|
switch (cv_coopstarposts.value)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue