[Various] Allow loading of *.jpeg in addition to *.jpg.

This commit is contained in:
AJ Kelly
2011-12-17 03:21:12 -06:00
parent be2a2a981f
commit c7fab6014f
11 changed files with 26 additions and 4 deletions
+1
View File
@@ -390,6 +390,7 @@ FileType ActorUtil::GetFileType( const RString &sPath )
else if(
sExt=="png" ||
sExt=="jpg" ||
sExt=="jpeg" ||
sExt=="gif" ||
sExt=="bmp" ) return FT_Bitmap;
else if(