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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user