diff options
author | n0n4m3 <none@none> | 2009-12-17 11:31:44 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-17 11:31:44 +0100 |
commit | 5953596cee670517df4cf35fb1d428f9862a01b2 (patch) | |
tree | 8cf36792e370187c2175b8a24947b08668fafd5f /src/game/MotionMaster.cpp | |
parent | 9f45beb67e2e8bcc54b18bea9b1eb022f166e7b5 (diff) |
Update Movement code for 322a
--HG--
branch : trunk
Diffstat (limited to 'src/game/MotionMaster.cpp')
-rw-r--r-- | src/game/MotionMaster.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/MotionMaster.cpp b/src/game/MotionMaster.cpp index 705cb20053a..c49765ded54 100644 --- a/src/game/MotionMaster.cpp +++ b/src/game/MotionMaster.cpp @@ -589,4 +589,3 @@ bool MotionMaster::GetDestination(float &x, float &y, float &z) return top()->GetDestination(x,y,z); } - |