aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/client/CL_ents.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jake2/client/CL_ents.java')
-rw-r--r--src/jake2/client/CL_ents.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jake2/client/CL_ents.java b/src/jake2/client/CL_ents.java
index 4dc4330..d406ff2 100644
--- a/src/jake2/client/CL_ents.java
+++ b/src/jake2/client/CL_ents.java
@@ -2,7 +2,7 @@
* CL_ents.java
* Copyright (C) 2004
*
- * $Id: CL_ents.java,v 1.2 2004-07-08 15:58:42 hzi Exp $
+ * $Id: CL_ents.java,v 1.3 2004-07-08 20:56:50 hzi Exp $
*/
/*
Copyright (C) 1997-2001 Id Software, Inc.
@@ -1268,7 +1268,7 @@ public class CL_ents extends CL_inv {
Called to get the sound spatialization origin
===============
*/
- void GetEntitySoundOrigin(int ent, float[] org) {
+ public static void GetEntitySoundOrigin(int ent, float[] org) {
centity_t old;
if (ent < 0 || ent >= MAX_EDICTS)