Fix *.model.

This commit is contained in:
Glenn Maynard
2003-09-16 00:48:30 +00:00
parent f4682f7255
commit 6a4104f810
+1
View File
@@ -246,6 +246,7 @@ CString NoteSkinManager::GetPathTo( CString sDir, CString sFileName )
CStringArray matches; // fill this with the possible files
GetDirListing( sDir+sFileName+"*.redir", matches, false, true );
GetDirListing( sDir+sFileName+"*.model", matches, false, true );
GetDirListing( sDir+sFileName+"*.txt", matches, false, true );
GetDirListing( sDir+sFileName+"*.sprite", matches, false, true );
GetDirListing( sDir+sFileName+"*.png", matches, false, true );