Move *.ini.

This commit is contained in:
Glenn Maynard
2003-04-19 17:59:26 +00:00
parent e2ddd86f9f
commit c939d40ae5
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ void InputMapper::ReadMappingsFromDisk()
ClearAllMappings();
IniFile ini;
ini.SetPath( "Keymaps.ini" );
ini.SetPath( "data/Keymaps.ini" );
if( !ini.ReadFile() )
LOG->Warn( "could not input mapping file \"Keymaps.ini\"." );
@@ -107,7 +107,7 @@ void InputMapper::ReadMappingsFromDisk()
void InputMapper::SaveMappingsToDisk()
{
IniFile ini;
ini.SetPath( "Keymaps.ini" );
ini.SetPath( "data/Keymaps.ini" );
ini.ReadFile();
// erase the key so that we overwrite everything for this game