From 5a41b545e58e76e33c2a11dfe5c337a88e3ef098 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 29 Dec 2019 17:43:40 +0100 Subject: [PATCH] - reactivated saving of console aliases. --- source/common/gameconfigfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/gameconfigfile.cpp b/source/common/gameconfigfile.cpp index 82780d099..3868cdfce 100644 --- a/source/common/gameconfigfile.cpp +++ b/source/common/gameconfigfile.cpp @@ -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);