Update of /cvsroot/jake2/jake2/src/jake2/game
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31554/src/jake2/game
Modified Files:
PlayerClient.java
Log Message:
beatification
Index: PlayerClient.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/game/PlayerClient.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PlayerClient.java 6 Feb 2005 19:10:48 -0000 1.7
--- PlayerClient.java 12 Feb 2005 21:43:02 -0000 1.8
***************
*** 536,550 ****
if (target == null)
target = "";
! if (Lib.Q_stricmp(GameBase.game.spawnpoint, target) == 0) { // this
! // is a
! // coop
! // spawn
! // point
! // for
! // one
! // of
! // the
! // clients
! // here
index--;
if (0 == index)
--- 536,541 ----
if (target == null)
target = "";
! if (Lib.Q_stricmp(GameBase.game.spawnpoint, target) == 0) {
! // this is a coop spawn point for one of the clients here
index--;
if (0 == index)
|