diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-12-04 11:07:10 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-12-04 11:07:10 -0500 |
| commit | 78d07f005876cdfd3caf8144c455e8ae9ff77d76 (patch) | |
| tree | 59d79689214e9de46eda68d26e7040c91c33c178 /src/game-settings.hpp | |
| parent | c2d51783d5b9f17b4bbf624c33ba4ceb584aa4f5 (diff) | |
pke: actual exe path, child process launch tweaks
Diffstat (limited to 'src/game-settings.hpp')
| -rw-r--r-- | src/game-settings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-settings.hpp b/src/game-settings.hpp index 46f5d38..109e759 100644 --- a/src/game-settings.hpp +++ b/src/game-settings.hpp @@ -8,7 +8,7 @@ #include <cstdint> struct GameSettings { - const char *executablePath; + const char *executable_path; bool isGameRunning = true; bool isGamePaused = false; bool isShowingEditor = true; |
