Add Blood-specific synonyms for tspritetype members

This commit is contained in:
Evan Ramos 2020-01-02 21:43:06 -06:00 committed by Christoph Oelckers
parent 6135e388ed
commit 1caabf2e7b

View file

@ -231,11 +231,22 @@ typedef struct
union { union {
struct struct
{ {
int16_t xvel, yvel, zvel; union {
int16_t xvel, index;
};
int16_t yvel;
union {
int16_t zvel, inittype;
};
}; };
vec3_16_t vel; vec3_16_t vel;
}; };
int16_t lotag, hitag; union {
int16_t lotag, type;
};
union {
int16_t hitag, flags;
};
int16_t extra; int16_t extra;
} tspritetype; } tspritetype;
#endif #endif