mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- deleted add_int_pos
This commit is contained in:
parent
a4be139ac7
commit
0b8f7f6a9f
1 changed files with 0 additions and 5 deletions
|
@ -82,11 +82,6 @@ public:
|
||||||
spr.pos.Z += z * zinttoworld;
|
spr.pos.Z += z * zinttoworld;
|
||||||
}
|
}
|
||||||
|
|
||||||
void add_int_pos(const vec3_t& add)
|
|
||||||
{
|
|
||||||
spr.pos += { add.X* inttoworld, add.Y* inttoworld, add.Z* zinttoworld };
|
|
||||||
}
|
|
||||||
|
|
||||||
constexpr int int_ang() const
|
constexpr int int_ang() const
|
||||||
{
|
{
|
||||||
return spr.angle.Buildang();
|
return spr.angle.Buildang();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue