mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-29 07:22:07 +00:00
Fixed registration of tentative classes
This commit is contained in:
parent
c99cecea8e
commit
cbf2a21c83
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ PClass *PClass::FindClassTentative(FName name)
|
||||||
Derive(type, name);
|
Derive(type, name);
|
||||||
type->Size = TentativeClass;
|
type->Size = TentativeClass;
|
||||||
|
|
||||||
InsertIntoHash();
|
type->InsertIntoHash();
|
||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue