1
1
forked from 0ad/0ad

Minor tweakings regarding multi-lined code for message boxes.

This was SVN commit r1369.
This commit is contained in:
Fire Giant 2004-11-20 23:19:59 +00:00
parent 82fe6b675a
commit dfec360d84

View File

@ -30,6 +30,7 @@
<action on="Press"><![CDATA[
startGame();
GUIObjectUnhide("session_gui");
GUIObjectUnhide("End_Game_Button");
GUIObjectHide("pregame_gui");
FlipGUI(GUIType);
]]></action>