From 8b275c0b0a1064a813ef14a109b64e1fce461893 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Mon, 7 Aug 2017 20:08:15 +0500 Subject: 2017-08-07 --- src/ThreadGame.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ThreadGame.hpp') diff --git a/src/ThreadGame.hpp b/src/ThreadGame.hpp index 81d135f..1254183 100644 --- a/src/ThreadGame.hpp +++ b/src/ThreadGame.hpp @@ -6,7 +6,8 @@ class ThreadGame: Thread { GameState *gs = nullptr; - GlobalState state = GlobalState::InitialLoading; + bool isRunning = true; + bool isMoving[4] = { 0,0,0,0 }; public: ThreadGame(); ~ThreadGame(); -- cgit v1.2.3