mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Add Blood-specific synonyms for tspritetype members
This commit is contained in:
parent
6135e388ed
commit
1caabf2e7b
1 changed files with 13 additions and 2 deletions
|
@ -231,11 +231,22 @@ typedef struct
|
|||
union {
|
||||
struct
|
||||
{
|
||||
int16_t xvel, yvel, zvel;
|
||||
union {
|
||||
int16_t xvel, index;
|
||||
};
|
||||
int16_t yvel;
|
||||
union {
|
||||
int16_t zvel, inittype;
|
||||
};
|
||||
};
|
||||
vec3_16_t vel;
|
||||
};
|
||||
int16_t lotag, hitag;
|
||||
union {
|
||||
int16_t lotag, type;
|
||||
};
|
||||
union {
|
||||
int16_t hitag, flags;
|
||||
};
|
||||
int16_t extra;
|
||||
} tspritetype;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue