data/ => Data/, case matters in linux

This commit is contained in:
Aaron VonderHaar
2003-04-22 12:16:06 +00:00
parent c822a41fca
commit f95a2e7736
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ void InputMapper::ReadMappingsFromDisk()
ClearAllMappings();
IniFile ini;
ini.SetPath( "data/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( "data/Keymaps.ini" );
ini.SetPath( "Data/Keymaps.ini" );
ini.ReadFile();
// erase the key so that we overwrite everything for this game