fixed declare insertion

This commit is contained in:
ALEXks
2025-07-02 12:02:30 +03:00
parent b8f429256f
commit feafa43f32
2 changed files with 2 additions and 2 deletions

View File

@@ -1457,7 +1457,7 @@ static set<DIST::Array*>
}
else
{
declStat = getFuncStat(declStat);
declStat = getFuncStat(declStat, { BLOCK_DATA });
if (declStat != main)
{
declStat = NULL;

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2432"
#define VERSION_SPF "2433"