mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
parent
b068a19ed9
commit
09754467ee
3 changed files with 4 additions and 8 deletions
|
@ -439,11 +439,8 @@ void InitThingdef()
|
|||
}
|
||||
);
|
||||
|
||||
auto collstruct = NewStruct("CollisionData", nullptr, true);
|
||||
collstruct->Size = sizeof(CollisionBase);
|
||||
collstruct->Align = alignof(CollisionBase);
|
||||
|
||||
auto sidestruct = NewStruct("tspritetype", nullptr, true);
|
||||
auto sidestruct = NewStruct("TSprite", nullptr, true);
|
||||
sidestruct->Size = sizeof(tspritetype);
|
||||
sidestruct->Align = alignof(tspritetype);
|
||||
// This may not be serialized
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue