mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Add a FixHeading function
This is similar to what the client is doing Should be used when adding 2 headings together (or an EQ angle to a heading)
This commit is contained in:
@@ -66,6 +66,9 @@ int FloatToEQ10(float d);
|
||||
float EQSpeedRunToFloat(int d);
|
||||
int FloatToEQSpeedRun(float d);
|
||||
|
||||
// brings heading back into EQ angles range
|
||||
float FixHeading(float in);
|
||||
|
||||
uint32 SwapBits21and22(uint32 mask);
|
||||
uint32 Catch22(uint32 mask);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user