mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'jartha-last-replay-fixes' into 'master'
Fix freecam not being reset when restarting a replay Closes #1114 See merge request KartKrew/Kart!2043
This commit is contained in:
commit
c65decc539
1 changed files with 1 additions and 0 deletions
|
|
@ -3269,6 +3269,7 @@ void G_DoPlayDemo(const char *defdemoname)
|
|||
consoleplayer = 0;
|
||||
memset(playeringame,0,sizeof(playeringame));
|
||||
memset(displayplayers,0,sizeof(displayplayers));
|
||||
memset(camera,0,sizeof(camera)); // reset freecam
|
||||
|
||||
// Load players that were in-game when the map started
|
||||
p = READUINT8(demobuf.p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue