removed player_set_int_z

This commit is contained in:
Christoph Oelckers 2022-08-31 00:11:09 +02:00
parent f33ecbc14f
commit 01bb7aa9f5

View file

@ -403,10 +403,6 @@ struct player_struct
pos.Z += z * zinttoworld;
}
void player_set_int_z(int z)
{
pos.Z = z * zinttoworld;
}
void player_add_int_xy(const vec2_t& v)
{
pos.X += v.X * inttoworld;