Fix annoying encore behaviour in voting
This commit is contained in:
parent
df1da401b3
commit
1884d6db2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue