Skip to content

Commit

Permalink
Fix a bug where hotkey overrides wouldn't get read from Keyboard.ini …
Browse files Browse the repository at this point in the history
…outside the same's root folder
  • Loading branch information
ZivDero committed Feb 26, 2025
1 parent 188818d commit 40f1609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/options/optionsext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void OptionsClassExtension::Load_Settings()
*
* @author: ZivDero
*/
RawFileClass keyboard_file("Keyboard.ini");
CCFileClass keyboard_file("Keyboard.ini");
CCINIClass keyboard_ini;

if (keyboard_file.Is_Available()) {
Expand Down

0 comments on commit 40f1609

Please sign in to comment.