mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- reactivated saving of console aliases.
This commit is contained in:
parent
6dc064a178
commit
5a41b545e5
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ void FGameConfigFile::ArchiveGameData (const char *gamename)
|
|||
strncpy (subsection, "ConsoleAliases", sublen);
|
||||
SetSection (section, true);
|
||||
ClearCurrentSection ();
|
||||
//C_ArchiveAliases (this);
|
||||
C_ArchiveAliases (this);
|
||||
|
||||
//M_SaveCustomKeys (this, section, subsection, sublen);
|
||||
|
||||
|
|
Loading…
Reference in a new issue