mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
removed player_set_int_z
This commit is contained in:
parent
f33ecbc14f
commit
01bb7aa9f5
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue