mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-24 11:22:39 +01:00
- fix InitPadRecording reversing bug
This commit is contained in:
parent
0cd7771884
commit
e5291cbbdd
@ -98,7 +98,10 @@ void InitPadRecording(void)
|
||||
int cutsceneSize = CalcInGameCutsceneSize();
|
||||
|
||||
for (i = 0; i < NumPlayers; i++)
|
||||
{
|
||||
AllocateReplayStream(&ReplayStreams[i], ((int)(pcVar1 + (-cutsceneSize - (int)pcVar2)) / sizeof(PADRECORD)) / NumPlayers);
|
||||
NumReplayStreams++;
|
||||
}
|
||||
|
||||
ReplaySize = (replayptr - ReplayStart);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user