Update of /cvsroot/jake2/jake2/src/jake2/sound/joal
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18733/src/jake2/sound/joal
Modified Files:
JOALSoundImpl.java
Log Message:
print the the message if EAX fails
Index: JOALSoundImpl.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/sound/joal/JOALSoundImpl.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** JOALSoundImpl.java 6 May 2007 19:33:53 -0000 1.26
--- JOALSoundImpl.java 6 May 2007 20:52:54 -0000 1.27
***************
*** 110,113 ****
--- 110,114 ----
Com.Printf("... using EAX2.0\n");
} catch (Throwable e) {
+ Com.Printf(e.getMessage());
Com.Printf("... EAX2.0 not initialized\n");
eax = null;
|