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
@@ -30,7 +30,7 @@ CFalloutScript::~CFalloutScript()
void CFalloutScript::Serialize()
{
std::cout << " Read strtup code" << std::endl;
std::cout << " Read startup code" << std::endl;
m_StartupCode.Serialize();
std::cout << " Read procedures table" << std::endl;