- scriptified P_MorphPlayer and dependencies.
It still needs its counterpart scriptified as well before it can work.
This commit is contained in:
parent
4e2cc1f144
commit
192104aea2
7 changed files with 250 additions and 16 deletions
|
|
@ -802,7 +802,6 @@ VMFunction *FFunctionBuildList::AddFunction(PNamespace *gnspc, const VersionInfo
|
|||
|
||||
void FFunctionBuildList::Build()
|
||||
{
|
||||
int errorcount = 0;
|
||||
int codesize = 0;
|
||||
int datasize = 0;
|
||||
FILE *dump = nullptr;
|
||||
|
|
@ -911,7 +910,8 @@ void FFunctionBuildList::Build()
|
|||
}
|
||||
VMFunction::CreateRegUseInfo();
|
||||
FScriptPosition::StrictErrors = false;
|
||||
if (Args->CheckParm("-dumpjit")) DumpJit();
|
||||
|
||||
if (FScriptPosition::ErrorCounter == 0 && Args->CheckParm("-dumpjit")) DumpJit();
|
||||
mItems.Clear();
|
||||
mItems.ShrinkToFit();
|
||||
FxAlloc.FreeAllBlocks();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue