EgtInterface 1.6r2 :
- aggiornamento interfaccia.
This commit is contained in:
+2
-2
@@ -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) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user