summaryrefslogtreecommitdiffstats
path: root/src/jake2/game
diff options
context:
space:
mode:
authorRene Stoeckel <[email protected]>2006-01-21 14:00:53 +0000
committerRene Stoeckel <[email protected]>2006-01-21 14:00:53 +0000
commit9fe15bb8be084d5e580555877638d320482a3cfb (patch)
tree2aa663e448d95dacea60ac6abe18df52d54cd6d2 /src/jake2/game
parentf150a2f8d8c484ab49b1525c6ed0a2ec9185f072 (diff)
spectator bugfix
Diffstat (limited to 'src/jake2/game')
-rw-r--r--src/jake2/game/gclient_t.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jake2/game/gclient_t.java b/src/jake2/game/gclient_t.java
index 04c291e..4ce9442 100644
--- a/src/jake2/game/gclient_t.java
+++ b/src/jake2/game/gclient_t.java
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 31.10.2003 by RST.
-// $Id: gclient_t.java,v 1.5 2005-02-06 19:06:37 salomo Exp $
+// $Id: gclient_t.java,v 1.6 2006-01-21 14:00:53 salomo Exp $
package jake2.game;
@@ -200,8 +200,8 @@ public class gclient_t
respawn_time = 0; // can respawn when time > this
- edict_t chase_target = null; // player we are chasing
- boolean update_chase = false; // need to update chase info?
+ chase_target = null; // player we are chasing
+ update_chase = false; // need to update chase info?
}
/** Reads a game client from the file. */