- add_int_z is gone.

This commit is contained in:
Christoph Oelckers 2022-09-26 18:10:28 +02:00
parent 8505757d74
commit 0eacc8e68e

View file

@ -78,11 +78,6 @@ public:
return { int(spr.pos.X * worldtoint), int(spr.pos.Y * worldtoint), int(spr.pos.Z * zworldtoint) };
}
void add_int_z(int z)
{
spr.pos.Z += z * zinttoworld;
}
constexpr int int_ang() const
{
return spr.angle.Buildang();