[editorKeysound] Add menu to remove keysounds.

Next up: the actual removing.
This commit is contained in:
Jason Felds
2012-02-11 14:45:09 -05:00
parent 1f68f7afe4
commit 0bf91fffd3
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -5319,6 +5319,8 @@ void ScreenEdit::DoKeyboardTrackMenu()
g_KeysoundTrack.rows.push_back(MenuRowDef(i, ssprintf(TRACK_NUM.GetValue(), i + 1),
true, EditMode_Full, false, false, keyIndex, choices));
}
g_KeysoundTrack.rows.push_back(MenuRowDef(kses.size(), "Remove Keysound", true,
EditMode_Full, false, false, 0, kses));
EditMiniMenu(&g_KeysoundTrack, SM_BackFromKeysoundTrack);
}