- deleted player_int_pos

This commit is contained in:
Christoph Oelckers 2022-09-16 18:05:58 +02:00
parent ca8b9e9793
commit 896c480eb6

View file

@ -381,11 +381,6 @@ struct player_struct
pos = actor->spr.pos;
if (addz) pos.Z += addz;
}
vec3_t player_int_pos() const
{
return { int(pos.X * worldtoint), int(pos.Y * worldtoint), int(pos.Z * zworldtoint) };
}
};
struct Cycler