Update of /cvsroot/jake2/jake2/src/jake2/qcommon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8042/src/jake2/qcommon
Modified Files:
PMove.java
Log Message:
cleanups and base3 bugfix for the load and save routines.
Index: PMove.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/PMove.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PMove.java 8 Jul 2004 15:58:46 -0000 1.2
--- PMove.java 22 Aug 2004 14:25:14 -0000 1.3
***************
*** 161,164 ****
--- 161,165 ----
if (pm.numtouch < MAXTOUCH && trace.ent != null)
{
+ //rst: just for debugging touches.
//if (trace.ent.index != -1 && trace.ent.index != 0)
//Com.p("touch: " + trace.ent.classname + " (" + trace.ent.index + ")" );
***************
*** 1257,1260 ****
PM_SnapPosition();
}
-
}
--- 1258,1260 ----
|