Update 8.4.1:

- Fixed bug that produced incorrect SSL code when source file had some unreferenced variables
- Fixed int2ssl hang indefinitely on "Loading namespace" step (VS2017)
- Updated gitignore for VS2017 files
- bump version number
This commit is contained in:
VladislavKolosovsky
2017-10-12 00:29:39 +07:00
parent 38732c7323
commit 0257e770cc
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ void CFalloutScript::StoreDefinitions()
for(uint32_t i = 0; i < m_GlobalVar.size(); i++)
{
ulVarValue = m_GlobalVar[i].GetArgument();
strDefinition += "variable ";
strDefinition = "variable ";
strDefinition += m_GlobalVarsNames[i];
switch(m_GlobalVar[i].GetOperator())