update
This commit is contained in:
@@ -439,8 +439,8 @@ void InputMapper::ReadMappingsFromDisk()
|
|||||||
{
|
{
|
||||||
FOREACH_CONST_Attr( Key, i )
|
FOREACH_CONST_Attr( Key, i )
|
||||||
{
|
{
|
||||||
const CString &name = i->m_sName;
|
const CString &name = i->first;
|
||||||
const CString &value = i->m_sValue;
|
const CString &value = i->second;
|
||||||
|
|
||||||
GameInput GameI;
|
GameInput GameI;
|
||||||
GameI.fromString( pGame, name );
|
GameI.fromString( pGame, name );
|
||||||
|
|||||||
Reference in New Issue
Block a user