mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-08 19:08:27 +00:00
Fix first replay playback not working
This commit is contained in:
parent
e15be2b030
commit
cfc63affcf
@ -329,7 +329,8 @@ public void OnMapStart()
|
|||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
gRS_ReplayStatus[i] = Replay_Running;
|
gRS_ReplayStatus[i] = Replay_Start;
|
||||||
|
CreateTimer(gF_ReplayDelay / 2.0, StartReplay, i, TIMER_FLAG_NO_MAPCHANGE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user