mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Removed debug output.
- One line of code was accidentally deleted for last commit. SVN r1242 (trunk)
This commit is contained in:
parent
8a79985f46
commit
b523ebd2a7
1 changed files with 1 additions and 2 deletions
|
@ -396,7 +396,6 @@ static FActorInfo *CreateNewActor(FName typeName, FName parentName, FName replac
|
|||
}
|
||||
}
|
||||
|
||||
Printf("Defining %s\n", typeName.GetChars());
|
||||
if (native)
|
||||
{
|
||||
ti = (PClass*)PClass::FindClass(typeName);
|
||||
|
@ -578,7 +577,7 @@ void ParseActor(FScanner &sc)
|
|||
sc.ScriptError("Unexpected '%s' in definition of '%s'", sc.String, bag.Info->Class->TypeName.GetChars());
|
||||
break;
|
||||
}
|
||||
|
||||
FinishActor(sc, info, bag);
|
||||
}
|
||||
sc.SetCMode (false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue