add SampleMusicPreviewMode_LastSong, now that it works.

There is a hack in there for playing the song associated with the Random option, based on Takuya's DDR Extreme theme having music for it. I am not sure if this is accurate behavior, though.
This commit is contained in:
AJ Kelly
2010-04-19 00:09:21 -05:00
parent 05cdd2ab95
commit 88f1da651c
3 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ static const char *SampleMusicPreviewModeNames[] = {
"Normal",
//"StartToPreview",
"ScreenMusic",
//"LastSong"
"LastSong"
};
XToString( SampleMusicPreviewMode );
StringToX( SampleMusicPreviewMode );