mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-16 11:42:31 +00:00
Reset oldcmd when recording netreplays
This commit is contained in:
parent
30649b0574
commit
cc5bcd1676
1 changed files with 5 additions and 0 deletions
|
|
@ -5530,6 +5530,11 @@ void G_BeginRecording(void)
|
|||
|
||||
WRITEUINT8(demo_p, 0xFF); // Denote the end of the player listing
|
||||
|
||||
memset(&oldcmd,0,sizeof(oldcmd));
|
||||
// Lower two lines aren't useful until ghost replays for mp are implemented, but eh
|
||||
memset(&oldghost,0,sizeof(oldghost));
|
||||
memset(&ghostext,0,sizeof(ghostext));
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue