mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user