mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 04:30:37 +00:00
Fix old replays not loading
This commit is contained in:
parent
944838dc7d
commit
a01a3544f5
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…
Reference in a new issue