diff options
author | Rene Stoeckel <[email protected]> | 2005-12-27 21:02:31 +0000 |
---|---|---|
committer | Rene Stoeckel <[email protected]> | 2005-12-27 21:02:31 +0000 |
commit | 9d4a45835aa0ecdf6c92c3cc1ac93e3526ba40e9 (patch) | |
tree | b0dc541e86f11ef2990bac8f362cb6971caec170 /src/jake2/Defines.java | |
parent | 90135445c8833ff11a31bf37fa09a0b265904b55 (diff) |
code cleanups and beautification
Diffstat (limited to 'src/jake2/Defines.java')
-rw-r--r-- | src/jake2/Defines.java | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/jake2/Defines.java b/src/jake2/Defines.java index 9a80222..978bca6 100644 --- a/src/jake2/Defines.java +++ b/src/jake2/Defines.java @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // Created on 31.10.2003 by RST. -// $Id: Defines.java,v 1.7 2005-12-16 21:13:42 salomo Exp $ +// $Id: Defines.java,v 1.8 2005-12-27 21:02:30 salomo Exp $ /** Contains the definitions for the game engine. */ @@ -1336,18 +1336,7 @@ public class Defines { public static final float MOVE_STOP_EPSILON = 0.1f; - - /* - ================== - PM_StepSlideMove - - Each intersection will try to step over the obstruction instead of - sliding along it. - Returns a new origin, velocity, and contact entity - Does not modify any world state? - ================== - */ public final static float MIN_STEP_NORMAL = 0.7f; // can't step up onto very steep slopes |