From 25107ed42150927c6b31180d997525e31e7667d3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 20 Jan 2016 13:49:52 +0100 Subject: [PATCH] - since I had to shuffle around the first variables in AActor, let's better commit that change. --- src/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actor.h b/src/actor.h index 1d73e16980..8196f478df 100644 --- a/src/actor.h +++ b/src/actor.h @@ -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