mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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);
|
||||
type->Size = TentativeClass;
|
||||
|
||||
InsertIntoHash();
|
||||
type->InsertIntoHash();
|
||||
return type;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue