From: Rene S. <sa...@us...> - 2005-01-23 21:32:05
|
Update of /cvsroot/jake2/jake2/src/jake2/sound/joal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8896/src/jake2/sound/joal Modified Files: Tag: RST JOALSoundImpl.java Log Message: added debug messages, fixed cooperative multiplayer bugs. Index: JOALSoundImpl.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/sound/joal/JOALSoundImpl.java,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** JOALSoundImpl.java 3 Nov 2004 12:17:17 -0000 1.10 --- JOALSoundImpl.java 23 Jan 2005 21:31:25 -0000 1.10.2.1 *************** *** 28,34 **** static { S.register(new JOALSoundImpl()); }; ! static AL al; static ALC alc; --- 28,35 ---- static { + Com.Println("registering JOAL sound driver."); S.register(new JOALSoundImpl()); }; ! static AL al; static ALC alc; *************** *** 70,74 **** */ public boolean Init() { ! // preload OpenAL native library String os = System.getProperty("os.name"); --- 71,75 ---- */ public boolean Init() { ! // preload OpenAL native library String os = System.getProperty("os.name"); |