diff --git a/stepmania/src/InputMapper.cpp b/stepmania/src/InputMapper.cpp index f3a9256ea8..fce997f62e 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -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 );