- deleted unused wrapper method.

This commit is contained in:
Christoph Oelckers 2022-02-07 09:35:17 +01:00
parent 022f22cd10
commit ef9534d9fa

View file

@ -420,13 +420,6 @@ struct player_struct
pos.X += v.X * inttoworld;
pos.Y += v.Y * inttoworld;
}
void player_set_int_xy(const vec2_t& v)
{
pos.X = v.X * inttoworld;
pos.Y = v.Y * inttoworld;
}
};
struct Cycler