Fix CoopLives_OnChange.

This commit is contained in:
Jaime Passos 2019-12-27 17:15:23 -03:00
parent 3b341245f1
commit 4b2c88fab8
1 changed files with 1 additions and 1 deletions

View File

@ -3745,7 +3745,7 @@ static void CoopStarposts_OnChange(void)
{
INT32 i;
if (!(netgame || multiplayer) || gametype != GT_COOP)
if (!(netgame || multiplayer) || !G_GametypeUsesCoopStarposts())
return;
switch (cv_coopstarposts.value)