EgtMachKernel :

- di default le svuotature sono fatte con PocketingNT (si può forzare da INI la vecchia modalità [Mach] Pocketing=1).
This commit is contained in:
Dario Sassi
2026-01-14 12:43:43 +01:00
parent cfb8e0553d
commit 84d21c48af
+1 -1
View File
@@ -30,7 +30,7 @@ RegisterPocketing( void)
if ( bFirst) {
std::string sIniPath ;
ExeGetIniFile( sIniPath) ;
int nPockType = GetPrivateProfileInt( SEC_MACH, KEY_POCKETING, 1, sIniPath.c_str()) ;
int nPockType = GetPrivateProfileInt( SEC_MACH, KEY_POCKETING, 2, sIniPath.c_str()) ;
if ( nPockType == 2)
UserObjRegister<PocketingNT>::DoRegister( GetOperationClass( OPER_POCKETING)) ;
else