From: Rene S. <sa...@us...> - 2005-12-27 21:02:38
|
Update of /cvsroot/jake2/jake2/src/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7724/src/jake2 Modified Files: Defines.java Log Message: code cleanups and beautification Index: Defines.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/Defines.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Defines.java 16 Dec 2005 21:13:42 -0000 1.7 --- Defines.java 27 Dec 2005 21:02:30 -0000 1.8 *************** *** 1337,1352 **** 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 --- 1337,1341 ---- |