aboutsummaryrefslogtreecommitdiff
path: root/src/game/MotionMaster.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-04-07 12:24:41 +0200
committerXTZGZoReX <none@none>2009-04-07 12:24:41 +0200
commit65200e103984ba76b6c3fc13ad1c2776f19a7ab7 (patch)
tree4c23770b8504ef1a4cf3c1a0d8bbb59a96877fff /src/game/MotionMaster.cpp
parentaf2d4f039bd3dc87e8112adf1d8af0744e6ac11d (diff)
parent2fe9fed7c71697af06b981e221ea54acb62abb6b (diff)
* Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/MotionMaster.cpp')
-rw-r--r--src/game/MotionMaster.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/MotionMaster.cpp b/src/game/MotionMaster.cpp
index d4199c2099e..6d7a40da045 100644
--- a/src/game/MotionMaster.cpp
+++ b/src/game/MotionMaster.cpp
@@ -525,9 +525,9 @@ void MotionMaster::DelayedDelete(_Ty curr)
bool MotionMaster::GetDestination(float &x, float &y, float &z)
{
- if(empty())
+ if(empty())
return false;
-
- return top()->GetDestination(x,y,z);
+
+ return top()->GetDestination(x,y,z);
}