Skip to content

Commit

Permalink
add confirmation message when adding charts to a playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 15, 2017
1 parent d400c38 commit b66b4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ScreenSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ bool ScreenSelectMusic::Input(const InputEventPlus &input)
{
SONGMAN->allplaylists[SONGMAN->activeplaylist].AddChart(GAMESTATE->m_pCurSteps[PLAYER_1]->GetChartKey());
MESSAGEMAN->Broadcast("DisplayPlaylist");
SCREENMAN->SystemMessage(ssprintf("Added chart: %s to playlist: %s", GAMESTATE->m_pCurSong->GetDisplayMainTitle().c_str(), SONGMAN->activeplaylist));
return true;
}
else if (input.DeviceI.device == DEVICE_KEYBOARD && bHoldingCtrl && input.DeviceI.button == KEY_BACK && input.type == IET_FIRST_PRESS
Expand Down

0 comments on commit b66b4fa

Please sign in to comment.