diff options
Diffstat (limited to 'src/ThreadGame.hpp')
-rw-r--r-- | src/ThreadGame.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ThreadGame.hpp b/src/ThreadGame.hpp index 1254183..9894235 100644 --- a/src/ThreadGame.hpp +++ b/src/ThreadGame.hpp @@ -7,7 +7,7 @@ class ThreadGame: Thread { GameState *gs = nullptr; bool isRunning = true; - bool isMoving[4] = { 0,0,0,0 }; + bool isMoving[5] = { 0,0,0,0,0 }; public: ThreadGame(); ~ThreadGame(); |