diff --git a/stepmania/src/InputMapper.cpp b/stepmania/src/InputMapper.cpp index cdaec96c4b..c93d514f16 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -400,7 +400,7 @@ void InputMapper::ReadMappingsFromDisk() if( Key ) { - FOREACH_CONST_Child( Key, i ) + FOREACH_CONST_Attr( Key, i ) { const CString &name = i->m_sName; const CString &value = i->m_sValue;