- scriptified A_RailAttack.

This commit is contained in:
Christoph Oelckers 2018-11-24 15:12:30 +01:00
commit 4c1b3f81ab
6 changed files with 107 additions and 74 deletions

View file

@ -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)