Hopeful comment cleanup.

This commit is contained in:
Jason Felds
2011-02-28 09:36:37 -05:00
parent 1e59a7fd23
commit 8dd7b96ad4
+4 -2
View File
@@ -584,7 +584,8 @@ enum SampleMusicPreviewMode
{
SampleMusicPreviewMode_Normal, /**< Music is played as the song is highlighted. */
SampleMusicPreviewMode_StartToPreview,
SampleMusicPreviewMode_ScreenMusic, /**< No music plays. Select it once to preview the music, then once more to select the song. */
SampleMusicPreviewMode_ScreenMusic, /**< No music plays. Select it once to preview the music,
* then once more to select the song. */
SampleMusicPreviewMode_LastSong, /**< continue playing the last song */
NUM_SampleMusicPreviewMode,
SampleMusicPreviewMode_Invalid,
@@ -606,7 +607,8 @@ enum Stage
Stage_4th, /**< The fourth stage. */
Stage_5th, /**< The fifth stage. */
Stage_6th, /**< The sixth stage. */
Stage_Next, /**< Somewhere between the sixth and final stage. This won't normally happen because 7 stages is the max in the UI. */
Stage_Next, /**< Somewhere between the sixth and final stage.
* This won't normally happen because 7 stages is the max in the UI. */
Stage_Final, /**< The last stage. */
Stage_Extra1, /**< The first bonus stage, AKA the extra stage. */
Stage_Extra2, /**< The last bonus stage, AKA the encore extra stage. */