diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index dec2e2f..3913a82 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -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) ; } //----------------------------------------------------------------------------- diff --git a/EgtInterface.rc b/EgtInterface.rc index 0832b58..eda371a 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ