mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Remove extraneous "updated cfgname.cfg" message
git-svn-id: https://svn.eduke32.com/eduke32@6366 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
fd19569099
commit
dc282fcb7c
1 changed files with 0 additions and 2 deletions
|
@ -720,8 +720,6 @@ void CONFIG_WriteSetup(uint32_t flags)
|
||||||
{
|
{
|
||||||
SCRIPT_Save(ud.config.scripthandle, g_setupFileName);
|
SCRIPT_Save(ud.config.scripthandle, g_setupFileName);
|
||||||
SCRIPT_Free(ud.config.scripthandle);
|
SCRIPT_Free(ud.config.scripthandle);
|
||||||
OSD_Printf("Updated %s\n",g_setupFileName);
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue