mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- deleted unused wrapper method.
This commit is contained in:
parent
022f22cd10
commit
ef9534d9fa
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue