forked from mirror/OpenTTD
(svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar
This commit is contained in:
@@ -124,6 +124,8 @@ int CheckHotkeyMatch(Hotkey<T> *list, uint16 keycode, T *w, bool global_only = f
|
||||
return -1;
|
||||
}
|
||||
|
||||
bool IsQuitKey(uint16 keycode);
|
||||
|
||||
void LoadHotkeysFromConfig();
|
||||
void SaveHotkeysToConfig();
|
||||
|
||||
|
Reference in New Issue
Block a user