- deleted add_int_pos

This commit is contained in:
Christoph Oelckers 2022-09-16 18:28:52 +02:00
parent a4be139ac7
commit 0b8f7f6a9f

View file

@ -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();