From 7a51f0e8cf9f5b7e4ca77e1da8a57a208f55a182 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 11 Oct 2005 10:25:26 +0000 Subject: [PATCH] update --- stepmania/src/InputMapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 );