diff options
author | XTZGZoReX <none@none> | 2009-04-07 10:51:45 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-04-07 10:51:45 +0200 |
commit | 2fe9fed7c71697af06b981e221ea54acb62abb6b (patch) | |
tree | 6ef4315d9fd88d1a18b775c2ed0a56661df76d90 /src/game/MotionMaster.cpp | |
parent | 81e2f4ab89f48408479019a4dc017e638779f848 (diff) |
* Tabs to spaces -- using: perl -p -i -e "s/\t/ /g" *
--HG--
branch : trunk
Diffstat (limited to 'src/game/MotionMaster.cpp')
-rw-r--r-- | src/game/MotionMaster.cpp | 6 |
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); } |