Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8969 in orxonox.OLD for trunk/src/lib/sound/sound_source.cc


Ignore:
Timestamp:
Jul 1, 2006, 10:45:47 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ogg-files loadable (hopefully)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_source.cc

    r8793 r8969  
    11/*
    22  orxonox - the future of 3D-vertical-scrollers
    3  
     3
    44  Copyright (C) 2004 orx
    5  
     5
    66  This program is free software; you can redistribute it and/or modify
    77  it under the terms of the GNU General Public License as published by
    88  the Free Software Foundation; either version 2, or (at your option)
    99  any later version.
    10  
     10
    1111  ### File Specific:
    1212  main-programmer: Benjamin Grauer
     
    8585    else
    8686      this->stop();
     87
     88    return *this;
    8789  }
    8890
     
    166168   * @brief Plays back buffer on this Source with gain
    167169   * @param buffer the buffer to play back on this Source
    168    * @param gain the gain of the sound buffer 
     170   * @param gain the gain of the sound buffer
    169171  */
    170172  void SoundSource::play(const SoundBuffer* buffer, float gain)
Note: See TracChangeset for help on using the changeset viewer.