diff --git a/src/ScreenEdit.h b/src/ScreenEdit.h index d6a472e5c3..f783cf5368 100644 --- a/src/ScreenEdit.h +++ b/src/ScreenEdit.h @@ -529,6 +529,12 @@ public: NUM_BGCHANGE_CHOICES }; + /** + * @brief Take care of any background changes that the user wants. + * + * It is important that this is only called in Song Timing mode. + * @param c the Background Change style requested. + * @param iAnswers the other settings involving the change. */ void HandleBGChangeChoice( BGChangeChoice c, const vector &iAnswers ); enum CourseAttackChoice