mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
We use the PRNG far too much to not do consistancy checking on it in race
This commit is contained in:
parent
1041315b94
commit
fd67f3e211
1 changed files with 1 additions and 1 deletions
|
|
@ -4352,7 +4352,7 @@ static INT16 Consistancy(void)
|
||||||
}
|
}
|
||||||
// I give up
|
// I give up
|
||||||
// Coop desynching enemies is painful
|
// Coop desynching enemies is painful
|
||||||
if (!G_RaceGametype() && gamestate == GS_LEVEL)
|
if (gamestate == GS_LEVEL)
|
||||||
ret += P_GetRandSeed();
|
ret += P_GetRandSeed();
|
||||||
|
|
||||||
#ifdef MOBJCONSISTANCY
|
#ifdef MOBJCONSISTANCY
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue