dur
This commit is contained in:
@@ -72,7 +72,7 @@ void InputMapper::ReadMappingsFromDisk()
|
|||||||
IniFile ini;
|
IniFile ini;
|
||||||
ini.SetPath( "Keymaps.ini" );
|
ini.SetPath( "Keymaps.ini" );
|
||||||
if( !ini.ReadFile() )
|
if( !ini.ReadFile() )
|
||||||
LOG->Warn( "could not input mapping file \"Keymaps.ini"\"." );
|
LOG->Warn( "could not input mapping file \"Keymaps.ini\"." );
|
||||||
|
|
||||||
const IniFile::key *Key = ini.GetKey( GAMESTATE->GetCurrentGameDef()->m_szName );
|
const IniFile::key *Key = ini.GetKey( GAMESTATE->GetCurrentGameDef()->m_szName );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user