File diff r22604:94b6ef5f8a3a → r22605:e4c69307e71d
src/hotkeys.cpp
Show inline comments
 
@@ -311,7 +311,7 @@ int HotkeyList::CheckMatch(uint16 keycod
 
static void SaveLoadHotkeys(bool save)
 
{
 
	IniFile *ini = new IniFile();
 
	ini->LoadFromDisk(_hotkeys_file, BASE_DIR);
 
	ini->LoadFromDisk(_hotkeys_file, NO_DIRECTORY);
 

	
 
	for (HotkeyList **list = _hotkey_lists->Begin(); list != _hotkey_lists->End(); ++list) {
 
		if (save) {