mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Properly save cfg files on exit
This commit is contained in:
parent
e626db8ce5
commit
2fe0a6c496
1 changed files with 1 additions and 0 deletions
|
@ -1180,6 +1180,7 @@ void DebugOut(const char *fmt, ...)
|
|||
|
||||
void ShutDown(void)
|
||||
{
|
||||
CONFIG_WriteSetup(0);
|
||||
StopCD();
|
||||
if (bSerialPlay)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue