projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74863ab
)
fixed bad comments
author
Matthias Braun
<matze@braunis.de>
Sun, 26 Jun 2005 17:40:13 +0000
(17:40 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 26 Jun 2005 17:40:13 +0000
(17:40 +0000)
SVN-Revision: 2644
src/audio/sound_manager.hpp
patch
|
blob
|
history
diff --git
a/src/audio/sound_manager.hpp
b/src/audio/sound_manager.hpp
index
a18727e
..
f385f49
100644
(file)
--- a/
src/audio/sound_manager.hpp
+++ b/
src/audio/sound_manager.hpp
@@
-32,7
+32,6
@@
public:
SoundSource* create_sound_source(const std::string& filename);
/**
* Convenience function to simply play a sound at a given position.
- * This functions prepends sounds/ to the name and adds .wav
*/
void play(const std::string& name, const Vector& pos = Vector(-1, -1));