From 0b8f7f6a9f363300a6385c063d0c8e2380e78b9c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 16 Sep 2022 18:28:52 +0200 Subject: [PATCH] - deleted add_int_pos --- source/core/coreactor.h | 5 ----- 1 file changed, 5 deletions(-) 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();