Fix CoopLives_OnChange.

This commit is contained in:
Jaime Passos 2019-12-27 17:15:23 -03:00
parent 3b341245f1
commit 4b2c88fab8

View file

@ -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)