mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 03:18:25 +00:00
Got rid of a ResumeTimer that I don't remember why I added (#806).
This commit is contained in:
parent
0b4e82fae4
commit
8cea924063
@ -3327,7 +3327,6 @@ void LoadState(int client)
|
|||||||
|
|
||||||
Shavit_LoadSnapshot(client, gA_SaveStates[client]);
|
Shavit_LoadSnapshot(client, gA_SaveStates[client]);
|
||||||
Shavit_SetPracticeMode(client, gB_SaveStatesSegmented[client], false);
|
Shavit_SetPracticeMode(client, gB_SaveStatesSegmented[client], false);
|
||||||
Shavit_ResumeTimer(client);
|
|
||||||
|
|
||||||
if(gB_Replay && gA_SaveFrames[client] != null)
|
if(gB_Replay && gA_SaveFrames[client] != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user