Changeset 6097 for code/branches/sound3/src/orxonox
- Timestamp:
- Nov 18, 2009, 5:13:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc
r6072 r6097 128 128 void GSMainMenu::setConfigValues() 129 129 { 130 SetConfigValue(soundPathMain_, "mainmenu. wav")130 SetConfigValue(soundPathMain_, "mainmenu.ogg") 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.