From 99267ff981c080e2c0b96c38af54a9b8c0623e66 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 30 Jul 2020 05:07:56 +0500 Subject: Corrected Game Start conditions --- src/GameState.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/GameState.hpp') diff --git a/src/GameState.hpp b/src/GameState.hpp index 5489ac6..0ca858f 100644 --- a/src/GameState.hpp +++ b/src/GameState.hpp @@ -68,6 +68,13 @@ class GameState { Window playerInventory; std::vector openedWindows; + + bool receivedJoinGame = false; + + bool receivedEnoughChunks = false; + + bool receivedFirstPlayerPosAndLook = false; + public: void Update(double deltaTime); -- cgit v1.2.3