mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
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:
parent
460ee1a22f
commit
b987de64a7
1 changed files with 2 additions and 2 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue