fixed bad comments
authorMatthias Braun <matze@braunis.de>
Sun, 26 Jun 2005 17:40:13 +0000 (17:40 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 26 Jun 2005 17:40:13 +0000 (17:40 +0000)
SVN-Revision: 2644

src/audio/sound_manager.hpp

index a18727e..f385f49 100644 (file)
@@ -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));