From 60449b3f092194087b052142be31fc74ccb9577a Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 15 Oct 2017 21:41:20 +0500 Subject: 2017-10-15 --- src/Render.hpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/Render.hpp') diff --git a/src/Render.hpp b/src/Render.hpp index f35d90c..8c4b4e8 100644 --- a/src/Render.hpp +++ b/src/Render.hpp @@ -23,16 +23,7 @@ class Render { float sensetivity = 0.1f; bool isWireframe = false; std::vector chatMessages; - - enum GameState { - InitialLoading, - MainMenu, - Loading, - Playing, - Paused, - Inventory, - Chat, - } state = InitialLoading; + std::string stateString; void SetMouseCapture(bool IsCaptured); -- cgit v1.2.3