1
0
forked from 0ad/0ad

Enable main menu music.

This was SVN commit r3852.
This commit is contained in:
Acumen 2006-05-05 17:01:02 +00:00
parent a35ee9894d
commit 08ec780f17

View File

@ -17,8 +17,8 @@ function startMainMenu()
curr_music.loop();
// Set starting volume (I'm using a value of zero here for no sound; feel free to comment out these two lines to use defaults).
curr_music.setGain (0.0);
g_ConfigDB.system["sound.mastergain"] = 0.0;
// curr_music.setGain (0.0);
// g_ConfigDB.system["sound.mastergain"] = 0.0;
}
// ====================================================================