mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-05 07:51:13 +00:00
Use generic resync message for RNG desyncs
This commit is contained in:
parent
c260e27cd9
commit
3a3b623e34
1 changed files with 4 additions and 1 deletions
|
@ -4940,7 +4940,10 @@ void G_ReadDemoExtraData(void)
|
||||||
if (P_GetRandSeed() != rng)
|
if (P_GetRandSeed() != rng)
|
||||||
{
|
{
|
||||||
P_SetRandSeed(rng);
|
P_SetRandSeed(rng);
|
||||||
CONS_Alert(CONS_WARNING, "Random seed has desynced!\n");
|
|
||||||
|
if (demosynced)
|
||||||
|
CONS_Alert(CONS_WARNING, M_GetText("Demo playback has desynced!\n"));
|
||||||
|
demosynced = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue