mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 13:20:34 +00:00
Reset paused_at_load after loading has finished.
This commit is contained in:
parent
fc5c2788a1
commit
b7bb9f2550
1 changed files with 2 additions and 0 deletions
|
@ -805,6 +805,8 @@ CL_ParseFrame(void)
|
|||
{
|
||||
Cvar_Set("paused", "0");
|
||||
}
|
||||
|
||||
paused_at_load = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue