mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix old replays not loading
This commit is contained in:
parent
b8ef18e983
commit
c5e166f259
1 changed files with 3 additions and 0 deletions
|
|
@ -7021,6 +7021,9 @@ void G_DoPlayDemo(char *defdemoname)
|
||||||
|
|
||||||
// Random seed
|
// Random seed
|
||||||
randseed = READUINT32(demo_p);
|
randseed = READUINT32(demo_p);
|
||||||
|
#ifdef DEMO_COMPAT_100
|
||||||
|
if (demoversion != 0x0001)
|
||||||
|
#endif
|
||||||
demo_p += 4; // Extrainfo location
|
demo_p += 4; // Extrainfo location
|
||||||
|
|
||||||
#ifdef DEMO_COMPAT_100
|
#ifdef DEMO_COMPAT_100
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue