boskee / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
207 stars 33 forks source link

Fixed crash with sound when no device is present #76

Closed travcunn closed 11 years ago

travcunn commented 11 years ago

I forgot to enable my sound card, which caused a crash in the game when trying to play sounds. This fix checks if a non-silent audio device is loaded before trying to set it's properties.

Jimx- commented 11 years ago

Good job!