mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +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
|
||||
|
|
|
@ -1041,8 +1041,6 @@ DEFINE_ACTION_FUNCTION_NATIVE(DCoreActor, spritetexture, CoreActor_spritetexture
|
|||
|
||||
|
||||
|
||||
DEFINE_FIELD_X(CollisionData, CollisionBase, type)
|
||||
DEFINE_FIELD_X(CollisionData, CollisionBase, exbits)
|
||||
|
||||
walltype* collision_getwall(CollisionBase* coll)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue