mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- since I had to shuffle around the first variables in AActor, let's better commit that change.
This commit is contained in:
parent
35271187a5
commit
25107ed421
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue