summaryrefslogtreecommitdiff
path: root/src/game-settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-settings.hpp')
-rw-r--r--src/game-settings.hpp2
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;