diff options
-rw-r--r-- | src/jake2/sound/joal/JOALSoundImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jake2/sound/joal/JOALSoundImpl.java b/src/jake2/sound/joal/JOALSoundImpl.java index c1578cf..87d21bc 100644 --- a/src/jake2/sound/joal/JOALSoundImpl.java +++ b/src/jake2/sound/joal/JOALSoundImpl.java @@ -109,6 +109,7 @@ public final class JOALSoundImpl implements Sound { eax = EAXFactory.getEAX(); Com.Printf("... using EAX2.0\n"); } catch (Throwable e) { + Com.Printf(e.getMessage()); Com.Printf("... EAX2.0 not initialized\n"); eax = null; } |