mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix vote encore scramble getting overridden by cvar
This commit is contained in:
parent
6bc785c099
commit
a5aefa5b29
1 changed files with 2 additions and 1 deletions
|
|
@ -4172,6 +4172,8 @@ static void G_GetNextMap(void)
|
|||
if (!spec)
|
||||
#endif //#if 0
|
||||
lastmap = nextmap;
|
||||
|
||||
deferencoremode = (cv_kartencore.value == 1);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
@ -4343,7 +4345,6 @@ void G_NextLevel(void)
|
|||
}
|
||||
|
||||
forceresetplayers = false;
|
||||
deferencoremode = (cv_kartencore.value == 1);
|
||||
|
||||
gameaction = ga_worlddone;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue