mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement/match IslePathActor::Exit (#997)
* Implement/match IslePathActor::Exit * Name * Name * Partially fix vector interface * Revert "Partially fix vector interface" This reverts commit6e7a1e2b08
. * Revert "Revert "Partially fix vector interface"" This reverts commite3860e3c9f
. * Fix * Remove some COMPAT_MODE
This commit is contained in:

committed by
GitHub

parent
9b22642f0c
commit
9a9bccda0e
@@ -80,7 +80,7 @@ public:
|
||||
inline MxFloat GetLinearVel() { return m_linearVel; }
|
||||
inline MxFloat GetRotationalVel() { return m_rotationalVel; }
|
||||
inline MxFloat GetMaxLinearVel() { return m_maxLinearVel; }
|
||||
inline void ResetLinearVel(MxFloat p_maxLinearVel)
|
||||
inline void ResetMaxLinearVel(MxFloat p_maxLinearVel)
|
||||
{
|
||||
m_maxLinearVel = p_maxLinearVel;
|
||||
m_trackDefault = 0;
|
||||
|
Reference in New Issue
Block a user