Added blocks
This commit is contained in:
@@ -7,8 +7,8 @@ StateHandler* StateHandler::instance = nullptr;
|
||||
StateHandler::StateHandler()
|
||||
{
|
||||
available = false;
|
||||
CState = MENU;
|
||||
CurrentState = new MenuState();
|
||||
CState = WORLD;
|
||||
CurrentState = new WorldState();
|
||||
CurrentState->init();
|
||||
available = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user