MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / LoadHotkeysFromConfig

Function LoadHotkeysFromConfig

src/hotkeys.cpp:332–335  ·  view source on GitHub ↗

Load the hotkeys from the config file */

Source from the content-addressed store, hash-verified

330
331/** Load the hotkeys from the config file */
332void LoadHotkeysFromConfig()
333{
334 SaveLoadHotkeys(false);
335}
336
337/** Save the hotkeys to the config file */
338void SaveHotkeysToConfig()

Callers 1

OnNewGRFsScannedMethod · 0.85

Calls 1

SaveLoadHotkeysFunction · 0.85

Tested by

no test coverage detected