diff --git a/src/actor.h b/src/actor.h index 114dd1179..846d1f0d9 100644 --- a/src/actor.h +++ b/src/actor.h @@ -1155,6 +1155,20 @@ public: } bool HasSpecialDeathStates () const; + + fixed_t X() const + { + return x; + } + fixed_t Y() const + { + return y; + } + fixed_t Z() const + { + return z; + } + }; class FActorIterator