mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 19:31:13 +00:00
Add back function call to Cvar_Fini() removed by git in branch merge.
Don't know why git removed it.
This commit is contained in:
parent
a0db877031
commit
b88b3cb85d
1 changed files with 1 additions and 0 deletions
|
@ -524,4 +524,5 @@ Qcommon_Frame(int msec)
|
|||
void
|
||||
Qcommon_Shutdown(void)
|
||||
{
|
||||
Cvar_Fini();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue