EgtInterface 1.6r2 :

- aggiornamento interfaccia.
This commit is contained in:
Dario Sassi
2016-05-17 07:01:44 +00:00
parent d885266558
commit a9a79af780
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -139,9 +139,9 @@ __stdcall EgtAddPhase( void)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetCurrPhase( int nPhase)
__stdcall EgtSetCurrPhase( int nPhase, BOOL bForced)
{
return ( ExeSetCurrPhase( nPhase) ? TRUE : FALSE) ;
return ( ExeSetCurrPhase( nPhase, ( bForced != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------