EgtInterface 1.6i1 :

- modifiche per import BTL.
This commit is contained in:
Dario Sassi
2015-09-02 13:06:40 +00:00
parent 1efc651348
commit fa39f868d0
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -57,9 +57,9 @@ __stdcall EgtImportCsf( const wchar_t* wsFilePath)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportBtl( const wchar_t* wsFilePath)
__stdcall EgtImportBtl( const wchar_t* wsFilePath, BOOL bFlatPos)
{
return ( ExeImportBtl( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
return ( ExeImportBtl( wstrztoA( wsFilePath), ( bFlatPos != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------