- move BobSin to game side.
This commit is contained in:
parent
8cba80a2cd
commit
175c91308a
3 changed files with 7 additions and 6 deletions
|
|
@ -1366,12 +1366,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
// Emulates the old floatbob offset table with direct calls to trig functions.
|
||||
inline double BobSin(double fb)
|
||||
{
|
||||
return g_sindeg(double(fb * (180.0 / 32))) * 8;
|
||||
}
|
||||
|
||||
template<class T>
|
||||
inline TAngle<T> fabs (const TAngle<T> °)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue