diff options
Diffstat (limited to 'src/Render.hpp')
-rw-r--r-- | src/Render.hpp | 11 |
1 files changed, 1 insertions, 10 deletions
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<std::string> chatMessages; - - enum GameState { - InitialLoading, - MainMenu, - Loading, - Playing, - Paused, - Inventory, - Chat, - } state = InitialLoading; + std::string stateString; void SetMouseCapture(bool IsCaptured); |