projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1843919
)
we can't work without sound
author
Matthias Braun
<matze@braunis.de>
Sun, 26 Mar 2006 22:58:46 +0000
(22:58 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 26 Mar 2006 22:58:46 +0000
(22:58 +0000)
SVN-Revision: 3122
src/audio/sound_manager.cpp
patch
|
blob
|
history
diff --git
a/src/audio/sound_manager.cpp
b/src/audio/sound_manager.cpp
index
1078ff7
..
dc26cd8
100644
(file)
--- a/
src/audio/sound_manager.cpp
+++ b/
src/audio/sound_manager.cpp
@@
-36,6
+36,7
@@
SoundManager::SoundManager()
context = 0;
msg_warning("Couldn't initialize audio device:" << e.what());
print_openal_version();
+ throw e;
}
}