remove references to specific games for things that are only specific to the controller type

This commit is contained in:
Chris Danford
2005-10-07 05:00:52 +00:00
parent 9525bc094d
commit 1333bfd2d8
14 changed files with 380 additions and 384 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ void SongManager::SanityCheckGroupDir( CString sDir ) const
RageException::Throw(
"The folder '%s' contains music files.\n\n"
"This means that you have a music outside of a song folder.\n"
"All song folders must reside in a group folder. For example, 'Songs/DDR 4th Mix/B4U'.\n"
"All song folders must reside in a group folder. For example, 'Songs/Originals/MySong'.\n"
"See the StepMania readme for more info.",
sDir.c_str()
);