use SongID

This commit is contained in:
Glenn Maynard
2007-08-15 20:56:44 +00:00
parent 3509dfee03
commit 7729701678
6 changed files with 34 additions and 30 deletions
+1 -1
View File
@@ -927,7 +927,7 @@ RString SongID::ToString() const
bool SongID::IsValid() const
{
return !sDir.empty();
return ToSong() != NULL;
}
// lua start