mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-07 08:21:45 +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);
|
strncpy (subsection, "ConsoleAliases", sublen);
|
||||||
SetSection (section, true);
|
SetSection (section, true);
|
||||||
ClearCurrentSection ();
|
ClearCurrentSection ();
|
||||||
//C_ArchiveAliases (this);
|
C_ArchiveAliases (this);
|
||||||
|
|
||||||
//M_SaveCustomKeys (this, section, subsection, sublen);
|
//M_SaveCustomKeys (this, section, subsection, sublen);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue