[Various] Allow loading of *.jpeg in addition to *.jpg.
This commit is contained in:
@@ -359,6 +359,7 @@ bool CourseLoaderCRS::LoadFromMsd( const RString &sPath, const MsdFile &msd, Cou
|
||||
vector<RString> arrayPossibleBanners;
|
||||
GetDirListing( sFName + "*.png", arrayPossibleBanners, false, false );
|
||||
GetDirListing( sFName + "*.jpg", arrayPossibleBanners, false, false );
|
||||
GetDirListing( sFName + "*.jpeg", arrayPossibleBanners, false, false );
|
||||
GetDirListing( sFName + "*.bmp", arrayPossibleBanners, false, false );
|
||||
GetDirListing( sFName + "*.gif", arrayPossibleBanners, false, false );
|
||||
if( !arrayPossibleBanners.empty() )
|
||||
|
||||
Reference in New Issue
Block a user