Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6097


Ignore:
Timestamp:
Nov 18, 2009, 5:13:26 PM (14 years ago)
Author:
youngk
Message:

Changed default menu sound to mainmenu.ogg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc

    r6072 r6097  
    128128    void GSMainMenu::setConfigValues()
    129129    {
    130         SetConfigValue(soundPathMain_, "mainmenu.wav")
     130        SetConfigValue(soundPathMain_, "mainmenu.ogg")
    131131            .description("Contains the path to the main menu sound file.")
    132132            .callback(this, &GSMainMenu::reloadSound);
Note: See TracChangeset for help on using the changeset viewer.