Skip to content

Fix build on Arch - #3454

Merged
Ghabry merged 1 commit into
EasyRPG:masterfrom
lufog:patch-1
Jul 26, 2025
Merged

Fix build on Arch#3454
Ghabry merged 1 commit into
EasyRPG:masterfrom
lufog:patch-1

Conversation

@lufog

@lufog lufog commented Jul 26, 2025

Copy link
Copy Markdown
Contributor

Fix:

easyrpg-player/src/game_interpreter.cpp:4848:28: error: ‘RuntimePatches’ has not been declared
 4848 |                 auto key = RuntimePatches::VirtualKeys::VirtualKeyToInputKey(key_id);
      |                            ^~~~~~~~~~~~~~

```
easyrpg-player/src/game_interpreter.cpp:4848:28: error: ‘RuntimePatches’ has not been declared
 4848 |                 auto key = RuntimePatches::VirtualKeys::VirtualKeyToInputKey(key_id);
      |                            ^~~~~~~~~~~~~~
```

@carstene1ns carstene1ns left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that was introduced yesterday. The fix is already available, but in an unrelated pull request.
So merging this one instead.

@carstene1ns carstene1ns added this to the 0.8.2 milestone Jul 26, 2025

@Ghabry Ghabry left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@Ghabry
Ghabry merged commit 14f9507 into EasyRPG:master Jul 26, 2025
18 checks passed
@lufog
lufog deleted the patch-1 branch July 26, 2025 13:50
sevenc-nanashi pushed a commit to sevenc-nanashi/easyrpg-player that referenced this pull request May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants