MCPcopy Create free account
hub / github.com/EasyRPG/Player / PlayTitleMusic

Method PlayTitleMusic

src/scene_title.cpp:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void Scene_Title::PlayTitleMusic() {
262 // Workaround Android problem: BGM doesn't start when game is started again
263 Main_Data::game_system->BgmStop();
264 // Play BGM
265 Main_Data::game_system->BgmPlay(lcf::Data::system.title_music);
266}
267
268bool Scene_Title::CheckEnableTitleGraphicAndMusic() {
269 return Check2k3ShowTitle() &&

Callers

nothing calls this directly

Calls 2

BgmStopMethod · 0.80
BgmPlayMethod · 0.80

Tested by

no test coverage detected