This commit is contained in:
Glenn Maynard
2003-01-18 03:54:42 +00:00
parent 14461051c4
commit 78c34fce74
+1 -1
View File
@@ -72,7 +72,7 @@ void InputMapper::ReadMappingsFromDisk()
IniFile ini;
ini.SetPath( "Keymaps.ini" );
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 );