mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
ClearScope is not needed for methods either. Disabled, but not removed - reenable if needed later
This commit is contained in:
parent
d7f5d8a403
commit
463620c3b8
1 changed files with 1 additions and 1 deletions
|
@ -2075,7 +2075,7 @@ void ZCCCompiler::CompileFunction(ZCC_StructWork *c, ZCC_FuncDeclarator *f, bool
|
|||
} while (t != f->Type);
|
||||
}
|
||||
|
||||
int notallowed = ZCC_Latent | ZCC_Meta | ZCC_ReadOnly | ZCC_Abstract;
|
||||
int notallowed = ZCC_Latent | ZCC_Meta | ZCC_ReadOnly | ZCC_Abstract | ZCC_ClearScope;
|
||||
|
||||
if (f->Flags & notallowed)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue