- Fixed: Keys bound in a custom key section would unbind the key in the

main game section.


SVN r1409 (trunk)
This commit is contained in:
Randy Heit 2009-02-07 01:14:36 +00:00
commit 8d9bc8cc67
5 changed files with 80 additions and 19 deletions

View file

@ -454,12 +454,10 @@ void FGameConfigFile::ArchiveGameData (const char *gamename)
strcpy (subsection, "Bindings");
SetSection (section, true);
ClearCurrentSection ();
C_ArchiveBindings (this, false);
strncpy (subsection, "DoubleBindings", sublen);
SetSection (section, true);
ClearCurrentSection ();
C_ArchiveBindings (this, true);
if (WeaponSection.IsEmpty())