diff --git a/source/core/coreactor.h b/source/core/coreactor.h index d2e3d9155..1d7f3be1f 100644 --- a/source/core/coreactor.h +++ b/source/core/coreactor.h @@ -82,11 +82,6 @@ public: spr.pos.Z += z * zinttoworld; } - void add_int_pos(const vec3_t& add) - { - spr.pos += { add.X* inttoworld, add.Y* inttoworld, add.Z* zinttoworld }; - } - constexpr int int_ang() const { return spr.angle.Buildang();