- since I had to shuffle around the first variables in AActor, let's better commit that change.

This commit is contained in:
Christoph Oelckers 2016-01-20 13:49:52 +01:00
parent 35271187a5
commit 25107ed421

View file

@ -1007,8 +1007,8 @@ public:
// info for drawing
// NOTE: The first member variable *must* be x.
fixed_t x,y,z;
AActor *snext, **sprev; // links in sector (if needed)
fixed_t x,y,z;
angle_t angle;
WORD sprite; // used to find patch_t and flip value
BYTE frame; // sprite frame to draw