XML update

This commit is contained in:
Glenn Maynard
2006-10-02 22:52:57 +00:00
parent 65d23319f1
commit 83defce27b
7 changed files with 23 additions and 22 deletions
+2 -1
View File
@@ -561,7 +561,8 @@ void InputMapper::ReadMappingsFromDisk()
FOREACH_CONST_Attr( Key, i )
{
const RString &name = i->first;
const RString &value = i->second;
RString value;
i->second.GetValue( value );
GameInput GameI;
GameI.FromString( m_pInputScheme, name );