mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 04:24:39 +00:00
parent
2096b74421
commit
3e47edb677
2 changed files with 0 additions and 6 deletions
|
@ -439,10 +439,6 @@ void InitThingdef()
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
auto collstruct = NewStruct("Collision", nullptr, true);
|
|
||||||
collstruct->Size = sizeof(CollisionBase);
|
|
||||||
collstruct->Align = alignof(CollisionBase);
|
|
||||||
|
|
||||||
|
|
||||||
auto sidestruct = NewStruct("TSprite", nullptr, true);
|
auto sidestruct = NewStruct("TSprite", nullptr, true);
|
||||||
sidestruct->Size = sizeof(tspritetype);
|
sidestruct->Size = sizeof(tspritetype);
|
||||||
|
|
|
@ -1028,8 +1028,6 @@ DEFINE_ACTION_FUNCTION_NATIVE(DCoreActor, spritetexture, CoreActor_spritetexture
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DEFINE_FIELD_X(Collision, CollisionBase, type)
|
|
||||||
DEFINE_FIELD_X(Collision, CollisionBase, exbits)
|
|
||||||
|
|
||||||
walltype* collision_getwall(CollisionBase* coll)
|
walltype* collision_getwall(CollisionBase* coll)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue