EgtExecutor :
- aggiunto riconoscimento estensioni png, jpg, jpeg e bmp come tipo immagine (FT_IMG).
This commit is contained in:
@@ -59,6 +59,8 @@ ExeGetFileType( const string& sFilePath)
|
||||
return FT_CSF ;
|
||||
else if ( sFileExt == "BTL")
|
||||
return FT_BTL ;
|
||||
else if ( sFileExt == "PNG" || sFileExt == "JPG" || sFileExt == "JPEG" || sFileExt == "BMP")
|
||||
return FT_IMG ;
|
||||
else if ( sFileExt == "TSC")
|
||||
return FT_TSC ;
|
||||
else if ( sFileExt == "LUA")
|
||||
|
||||
Reference in New Issue
Block a user