Changeset 2955 for code/branches/sound
- Timestamp:
- May 4, 2009, 8:31:03 PM (16 years ago)
- Location:
- code/branches/sound/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound/src/orxonox/objects/Level.cc
r2950 r2955 162 162 163 163 this->ambientsound_->loadFile(filename); 164 this->ambientsound_->play( );164 this->ambientsound_->play(true); 165 165 } 166 166 } -
code/branches/sound/src/sound/SoundBase.h
r2950 r2955 50 50 void attachToEntity(WorldEntity* entity); 51 51 void update(); 52 void play(bool loop );52 void play(bool loop = false); 53 53 void stop(); 54 54 void pause();
Note: See TracChangeset
for help on using the changeset viewer.