From 5f175c041c84aea607840f9a4e14fdc3fdb90f87 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 26 Jan 2005 09:13:59 +0000 Subject: [PATCH] fix keymaps reading --- stepmania/src/InputMapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;