aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jake2/sound/S.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jake2/sound/S.java b/src/jake2/sound/S.java
index 55588b5..a58b8f4 100644
--- a/src/jake2/sound/S.java
+++ b/src/jake2/sound/S.java
@@ -2,7 +2,7 @@
* S.java
* Copyright (C) 2003
*
- * $Id: S.java,v 1.2 2004-07-09 06:50:48 hzi Exp $
+ * $Id: S.java,v 1.3 2004-11-03 14:33:06 hzi Exp $
*/
/*
Copyright (C) 1997-2001 Id Software, Inc.
@@ -48,7 +48,7 @@ public class S {
Class.forName("jake2.sound.joal.JOALSoundImpl");
Class.forName("jake2.sound.jsound.JSoundImpl");
}
- catch (ClassNotFoundException e) {
+ catch (Throwable e) {
}
};