diff --git a/source/balloon_manager.cpp b/source/balloon_manager.cpp index 50feb5b..9f48fb7 100644 --- a/source/balloon_manager.cpp +++ b/source/balloon_manager.cpp @@ -303,7 +303,7 @@ int BalloonManager::destroyAllBalloons() balloon_deploy_counter_ = 300; JA_PlaySound(Resource::get()->getSound("powerball.wav")); - Screen::get()->flash(flash_color, 100); + Screen::get()->flash(flash_color, 3); Screen::get()->shake(); return score; diff --git a/source/director.cpp b/source/director.cpp index c120432..81244ce 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -53,7 +53,7 @@ Director::Director(int argc, const char *argv[]) section::name = section::Name::GAME; section::options = section::Options::GAME_PLAY_1P; #elif DEBUG - section::name = section::Name::LOGO; + section::name = section::Name::CREDITS; #else // NORMAL GAME section::name = section::Name::LOGO; section::attract_mode = section::AttractMode::TITLE_TO_DEMO;