EgtCAM5 1.6x2 :

- modifiche per Gunstock.
This commit is contained in:
Dario Sassi
2016-12-13 19:56:29 +00:00
parent 2daae30629
commit 20b978c19c
14 changed files with 480 additions and 139 deletions
+2 -2
View File
@@ -380,8 +380,8 @@ Namespace EgtCAM5
m_MruDoors.Init(S_MRUDOORS, 8)
End If
If IniFile.IsActiveGunStock() Then
m_MruNewGunStock.Init(S_MRUGUNSTOCK, 8)
m_MruModifyGunStock.Init(S_MRUGUNSTOCK, 8)
m_MruNewGunStock.Init(S_MRUGUNSTOCKMOD, 8)
m_MruModifyGunStock.Init(S_MRUGUNSTOCKPEZ, 8)
End If
' Installo funzione gestione eventi per lua
EgtSetProcessEvents(m_ProcEventsCallback)