mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't set demo attack timing in playback
This commit is contained in:
parent
257384b42a
commit
49c5318261
1 changed files with 2 additions and 1 deletions
|
|
@ -2236,6 +2236,7 @@ void srb2::write_current_demo_end_marker()
|
||||||
|
|
||||||
void G_SetDemoAttackTiming(tic_t time)
|
void G_SetDemoAttackTiming(tic_t time)
|
||||||
{
|
{
|
||||||
|
if (!demo.playback)
|
||||||
*(UINT32 *)demoattack_p = time;
|
*(UINT32 *)demoattack_p = time;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue