Loading

Paste #pi7vgev0n

  1. _game_mode == GM_MENU && GameConfig::GetConfig()->GetInfo() != NULL && Game::GetInstance() == NULL
  2. _game_mode == GM_MENU && GameConfig::GetConfig()->GetInfo() != NULL && Game::GetInstance() != NULL
  3. _game_mode == GM_EDITOR && GameConfig::GetConfig()->GetInfo() != NULL && Game::GetInstance() == NULL

Comments