aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/server/SV_GAME.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jake2/server/SV_GAME.java')
-rw-r--r--src/jake2/server/SV_GAME.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jake2/server/SV_GAME.java b/src/jake2/server/SV_GAME.java
index 8f920ec..8f6eec4 100644
--- a/src/jake2/server/SV_GAME.java
+++ b/src/jake2/server/SV_GAME.java
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 14.01.2004 by RST.
-// $Id: SV_GAME.java,v 1.3 2004-07-08 20:24:30 hzi Exp $
+// $Id: SV_GAME.java,v 1.4 2004-07-08 20:56:54 hzi Exp $
package jake2.server;
@@ -312,7 +312,7 @@ public class SV_GAME extends SV_INIT {
return;
//TODO: impl SV_StartSound
- //SV_SEND.SV_StartSound (null, entity, channel, sound_num, volume, attenuation, timeofs);
+ SV_SEND.SV_StartSound (null, entity, channel, sound_num, volume, attenuation, timeofs);
}
//==============================================