File diff r28011:3154cea1ce85 → r28012:8dd5df36d9d9
src/hotkeys.cpp
Show inline comments
 
@@ -277,6 +277,7 @@ HotkeyList::~HotkeyList()
 
void HotkeyList::Load(IniFile &ini)
 
{
 
	IniGroup *group = ini.GetGroup(this->ini_group);
 
	if (group == nullptr) return;
 
	for (Hotkey &hotkey : this->items) {
 
		IniItem *item = group->GetItem(hotkey.name);
 
		if (item != nullptr) {