From 78c34fce74890865a630679c87d966ce756cb6fa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 18 Jan 2003 03:54:42 +0000 Subject: [PATCH] dur --- 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 1916781166..605895b93d 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -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 );