Changeset 5899 for code/branches/core5/src/orxonox/gamestates
- Timestamp:
- Oct 7, 2009, 11:19:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/gamestates/GSMainMenu.cc
r5896 r5899 63 63 // Load sound 64 64 this->ambient_ = new AmbientSound(0); 65 this->ambient_->setSou ndFile("ambient/mainmenu.wav");65 this->ambient_->setSource("ambient/mainmenu.wav"); 66 66 } 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.