summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/Audio.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/fourisland/fourpuzzle/Audio.java')
-rw-r--r--src/com/fourisland/fourpuzzle/Audio.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/fourisland/fourpuzzle/Audio.java b/src/com/fourisland/fourpuzzle/Audio.java index bc34eda..b364342 100644 --- a/src/com/fourisland/fourpuzzle/Audio.java +++ b/src/com/fourisland/fourpuzzle/Audio.java
@@ -37,6 +37,13 @@ public class Audio {
37 } 37 }
38 })); 38 }));
39 } catch (MidiUnavailableException ex) { 39 } catch (MidiUnavailableException ex) {
40 /* TODO Because of the frequent MIDI unavailability, when
41 * a MIDI sequencer is unavailable, instead of breaking down,
42 * the application should display a message that something
43 * went wrong with the sound and that they should attempt
44 * the game again.
45 */
46
40 Logger.getLogger(Audio.class.getName()).log(Level.SEVERE, null, ex); 47 Logger.getLogger(Audio.class.getName()).log(Level.SEVERE, null, ex);
41 } 48 }
42 } 49 }