1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

rename to key binding

This commit is contained in:
Laserlicht
2025-07-19 16:46:22 +02:00
parent 5a2aee0ad4
commit 802788b89f
14 changed files with 597 additions and 597 deletions

View File

@@ -160,7 +160,7 @@ void GameLibrary::initializeFilesystem(bool extractArchives)
loadFilesystem(extractArchives);
settings.init("config/settings.json", "vcmi:settings");
persistentStorage.init("config/persistentStorage.json", "");
shortcutsConfig.init("config/shortcutsConfig.json", "");
keyBindingsConfig.init("config/keyBindingsConfig.json", "");
loadModFilesystem();
}