we can't work without sound
authorMatthias Braun <matze@braunis.de>
Sun, 26 Mar 2006 22:58:46 +0000 (22:58 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 26 Mar 2006 22:58:46 +0000 (22:58 +0000)
SVN-Revision: 3122

src/audio/sound_manager.cpp

index 1078ff7..dc26cd8 100644 (file)
@@ -36,6 +36,7 @@ SoundManager::SoundManager()
     context = 0;
     msg_warning("Couldn't initialize audio device:" << e.what());
     print_openal_version();
+    throw e;
   }
 }