Skip to content

Commit

Permalink
Always skip logos
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Nov 1, 2023
1 parent 07c5116 commit 6b846bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scene_logo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Scene_Logo::Scene_Logo(unsigned current_logo_index) :
detected_game = true;
}

skip_logos = Player::debug_flag || Game_Battle::battle_test.enabled;
//skip_logos = Player::debug_flag || Game_Battle::battle_test.enabled;
skip_logos = true; // always skip logos
}

void Scene_Logo::Start() {
Expand Down

0 comments on commit 6b846bb

Please sign in to comment.