Merge branch 'vehicle_group_info' into jgrpp

This commit is contained in:
Jonathan G Rennison
2017-04-01 01:02:22 +01:00
12 changed files with 163 additions and 105 deletions

View File

@@ -313,7 +313,7 @@ int HotkeyList::CheckMatch(uint16 keycode, bool global_only) const
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) {