From 78d07f005876cdfd3caf8144c455e8ae9ff77d76 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 4 Dec 2025 11:07:10 -0500 Subject: pke: actual exe path, child process launch tweaks --- src/game-settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game-settings.hpp') 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 struct GameSettings { - const char *executablePath; + const char *executable_path; bool isGameRunning = true; bool isGamePaused = false; bool isShowingEditor = true; -- cgit v1.2.3