Fixed bug that made it impossible to start a game (music problem stopped the session load working).

This was SVN commit r2005.
This commit is contained in:
Fire Giant 2005-03-18 10:39:52 +00:00
parent 460ee1a22f
commit b987de64a7

View file

@ -13,8 +13,8 @@
<object type="empty" name="PREGAME_GUI" size="0 0 100% 100%" z="1" hidden="false">
<action on="Load"><![CDATA[
// Play main 0 A.D. theme when the main menu starts.
//curr_music = newRandomSound("music", "theme");
//curr_music.loop();
curr_music = newRandomSound("music", "theme");
curr_music.loop();
]]></action>
<object type="image" name="pregame_mainmenu_background_image" sprite="pregame_mainmenu_background" size="0 0 100% 100%" z="100" hidden="false" ghost="true"/>