From af3fb53d182a3a5c93a1cda444685914d742d033 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 13 May 2011 09:55:25 -0400 Subject: [PATCH] [splittiming] doxygen note on SST. --- src/ScreenEdit.h | 6 ++++++ 1 file changed, 6 insertions(+) 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