mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 21:20:39 +00:00
- deleted set_int_bvel inlines
This commit is contained in:
parent
8c00af40d0
commit
fd3ca33aea
1 changed files with 0 additions and 15 deletions
|
@ -93,21 +93,6 @@ public:
|
|||
return vec3_t(FloatToFixed(vel.X), FloatToFixed(vel.Y), FloatToFixed(vel.Z));
|
||||
}
|
||||
|
||||
void set_int_bvel_x(int x)
|
||||
{
|
||||
vel .X = FixedToFloat(x);
|
||||
}
|
||||
|
||||
void set_int_bvel_y(int x)
|
||||
{
|
||||
vel .Y = FixedToFloat(x);
|
||||
}
|
||||
|
||||
void set_int_bvel_z(int x)
|
||||
{
|
||||
vel .Z = FixedToFloat(x);
|
||||
}
|
||||
|
||||
void ZeroVelocityXY()
|
||||
{
|
||||
vel .X = vel .Y = 0;
|
||||
|
|
Loading…
Reference in a new issue