Changeset 6234 for code/branches/presentation2/src/orxonox/gamestates
- Timestamp:
- Dec 3, 2009, 8:22:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.cc
r6226 r6234 101 101 InputManager::getInstance().enterState("mainMenu"); 102 102 103 this->setConfigValues(); 104 103 105 if (GameMode::playsSound()) 104 106 { 105 107 this->ambient_->setLooping(true); 106 //this->ambient_->play(); // works without source108 this->ambient_->play(); // works without source 107 109 } 108 109 this->setConfigValues();110 110 } 111 111 … … 141 141 { 142 142 this->ambient_->setAmbientSource(soundPathMain_); 143 this->ambient_->play();144 143 } 145 144 }
Note: See TracChangeset
for help on using the changeset viewer.