From: Rene S. <sa...@us...> - 2004-09-10 22:02:20
|
Update of /cvsroot/jake2/jake2/src/jake2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11120/src/jake2 Modified Files: Defines.java Log Message: did some cource cleanups Index: Defines.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/Defines.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Defines.java 9 Jul 2004 06:50:51 -0000 1.3 --- Defines.java 10 Sep 2004 19:02:57 -0000 1.4 *************** *** 139,143 **** // remaining contents are non-visible, and don't eat brushes - public final static int CONTENTS_AREAPORTAL = 0x8000; --- 139,142 ---- *************** *** 162,166 **** public final static int SURF_LIGHT = 0x1; // value will hold the light strength - public final static int SURF_SLICK = 0x2; // effects game physics --- 161,164 ---- *************** *** 172,186 **** public final static int SURF_NODRAW = 0x80; // don't bother referencing the texture ! // structure offset for asm code ! public final static int CPLANE_NORMAL_X = 0; ! public final static int CPLANE_NORMAL_Y = 4; ! public final static int CPLANE_NORMAL_Z = 8; ! public final static int CPLANE_DIST = 12; ! public final static int CPLANE_TYPE = 16; ! public final static int CPLANE_SIGNBITS = 17; ! public final static int CPLANE_PAD0 = 18; ! public final static int CPLANE_PAD1 = 19; ! ! // pmove->pm_flags public final static int PMF_DUCKED = 1; public final static int PMF_JUMP_HELD = 2; --- 170,174 ---- public final static int SURF_NODRAW = 0x80; // don't bother referencing the texture ! // pmove->pm_flags public final static int PMF_DUCKED = 1; public final static int PMF_JUMP_HELD = 2; |