- Timestamp:
- Dec 3, 2009, 4:31:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.cc
r6150 r6226 104 104 { 105 105 this->ambient_->setLooping(true); 106 this->ambient_->play(); // works without source106 //this->ambient_->play(); // works without source 107 107 } 108 108 … … 141 141 { 142 142 this->ambient_->setAmbientSource(soundPathMain_); 143 this->ambient_->play(); 143 144 } 144 145 }
Note: See TracChangeset
for help on using the changeset viewer.