Fix annoying encore behaviour in voting

This commit is contained in:
NepDisk 2025-05-28 01:19:08 -04:00
parent df1da401b3
commit 1884d6db2a

View file

@ -3620,7 +3620,7 @@ INT16 G_SometimesGetDifferentGametype(UINT8 prefgametype)
break;
}
}
if (encorepossible != (cv_kartencore.value == 1))
if (encorepossible != (cv_kartencore.value == 0))
encoremodifier = VOTEMODIFIER_ENCORE;
}