Changeset 6031 for code/branches/sound3/src/orxonox/gamestates
- Timestamp:
- Nov 4, 2009, 4:03:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc
r5956 r6031 128 128 void GSMainMenu::setConfigValues() 129 129 { 130 SetConfigValue(soundPathMain_, " ambient/mainmenu.wav")130 SetConfigValue(soundPathMain_, "mainmenu.wav") 131 131 .description("Contains the path to the main menu sound file.") 132 132 .callback(this, &GSMainMenu::reloadSound);
Note: See TracChangeset
for help on using the changeset viewer.