- scriptified A_RailAttack.
This commit is contained in:
parent
5c130737c4
commit
4c1b3f81ab
6 changed files with 107 additions and 74 deletions
|
|
@ -948,6 +948,11 @@ void InitThingdef()
|
|||
fcp->Size = sizeof(FCheckPosition);
|
||||
fcp->Align = alignof(FCheckPosition);
|
||||
|
||||
//This must also have its size set.
|
||||
auto frp = NewStruct("FRailParams", nullptr);
|
||||
frp->Size = sizeof(FRailParams);
|
||||
frp->Align = alignof(FRailParams);
|
||||
|
||||
|
||||
FieldTable.Clear();
|
||||
if (FieldTable.Size() == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue