fix keymaps reading

This commit is contained in:
Chris Danford
2005-01-26 09:13:59 +00:00
parent 9ab13ad4f2
commit 5f175c041c
+1 -1
View File
@@ -400,7 +400,7 @@ void InputMapper::ReadMappingsFromDisk()
if( Key ) if( Key )
{ {
FOREACH_CONST_Child( Key, i ) FOREACH_CONST_Attr( Key, i )
{ {
const CString &name = i->m_sName; const CString &name = i->m_sName;
const CString &value = i->m_sValue; const CString &value = i->m_sValue;