Update of /cvsroot/jake2/jake2/src/jake2/client
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27938/src/jake2/client
Modified Files:
client_state_t.java
Log Message:
PlaySound needs it public
Index: client_state_t.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/client/client_state_t.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** client_state_t.java 9 Jul 2004 06:50:50 -0000 1.3
--- client_state_t.java 26 Oct 2004 18:18:19 -0000 1.4
***************
*** 87,91 ****
public float[] viewangles = { 0, 0, 0 };
! int time; // this is the time value that the client
// is rendering at. always <= cls.realtime
float lerpfrac; // between oldframe and frame
--- 87,91 ----
public float[] viewangles = { 0, 0, 0 };
! public int time; // this is the time value that the client
// is rendering at. always <= cls.realtime
float lerpfrac; // between oldframe and frame
|