summaryrefslogtreecommitdiffstats
path: root/src/core/Core.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Core.hpp')
-rw-r--r--src/core/Core.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/Core.hpp b/src/core/Core.hpp
index 1c2bbc5..8bf74da 100644
--- a/src/core/Core.hpp
+++ b/src/core/Core.hpp
@@ -17,7 +17,8 @@ class Core {
NetworkClient *client;
sf::Window *window;
AssetManager *assetManager;
- bool isMouseCaptured = false, isRunning = true;
+ bool isMouseCaptured = false;
+ bool isRunning = true;
enum {
MainMenu,
Loading,