fixed declare insertion
This commit is contained in:
@@ -1457,7 +1457,7 @@ static set<DIST::Array*>
|
||||
}
|
||||
else
|
||||
{
|
||||
declStat = getFuncStat(declStat);
|
||||
declStat = getFuncStat(declStat, { BLOCK_DATA });
|
||||
if (declStat != main)
|
||||
{
|
||||
declStat = NULL;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2432"
|
||||
#define VERSION_SPF "2433"
|
||||
|
||||
Reference in New Issue
Block a user