[Orxonox-commit 1379] r6097 - code/branches/sound3/src/orxonox/gamestates
youngk at orxonox.net
youngk at orxonox.net
Wed Nov 18 17:13:27 CET 2009
Author: youngk
Date: 2009-11-18 17:13:26 +0100 (Wed, 18 Nov 2009)
New Revision: 6097
Modified:
code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc
Log:
Changed default menu sound to mainmenu.ogg
Modified: code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc
===================================================================
--- code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc 2009-11-18 16:13:04 UTC (rev 6096)
+++ code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc 2009-11-18 16:13:26 UTC (rev 6097)
@@ -127,7 +127,7 @@
void GSMainMenu::setConfigValues()
{
- SetConfigValue(soundPathMain_, "mainmenu.wav")
+ SetConfigValue(soundPathMain_, "mainmenu.ogg")
.description("Contains the path to the main menu sound file.")
.callback(this, &GSMainMenu::reloadSound);
}
More information about the Orxonox-commit
mailing list