1
1
forked from 0ad/0ad

*** empty log message ***

This was SVN commit r929.
This commit is contained in:
Acumen 2004-08-06 16:14:06 +00:00
parent ba122796f7
commit db527961d4

View File

@ -94,7 +94,7 @@
Start Game
<action on="Press"><![CDATA[
<!-- startGame(); -->
startGame();
GUIObjectUnhide("session_gui");
GUIObjectHide("Start_Game_Button")
GUIObjectUnhide("End_Game_Button")
@ -106,7 +106,7 @@
End Game
<action on="Press"><![CDATA[
<!-- endGame(); -->
endGame();
GUIObjectHide("session_gui");
GUIObjectHide("End_Game_Button")
GUIObjectUnhide("Start_Game_Button")