This commit is contained in:
Glenn Maynard
2005-10-11 10:25:26 +00:00
parent 64d9c29568
commit 7a51f0e8cf
+2 -2
View File
@@ -439,8 +439,8 @@ void InputMapper::ReadMappingsFromDisk()
{
FOREACH_CONST_Attr( Key, i )
{
const CString &name = i->m_sName;
const CString &value = i->m_sValue;
const CString &name = i->first;
const CString &value = i->second;
GameInput GameI;
GameI.fromString( pGame, name );