Update of /cvsroot/jake2/jake2/src/jake2/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13343/src/jake2/server
Modified Files:
SV_USER.java
Log Message:
sorted the methods according to their original locations in the c files.
Index: SV_USER.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/server/SV_USER.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SV_USER.java 6 Feb 2005 19:28:16 -0000 1.8
--- SV_USER.java 16 Nov 2005 22:24:53 -0000 1.9
***************
*** 532,536 ****
if (i == SV_USER.ucmds.length && SV_INIT.sv.state == Defines.ss_game)
! GameAI.ClientCommand(SV_USER.sv_player);
// SV_EndRedirect ();
--- 532,536 ----
if (i == SV_USER.ucmds.length && SV_INIT.sv.state == Defines.ss_game)
! Cmd.ClientCommand(SV_USER.sv_player);
// SV_EndRedirect ();
|