From baab0311e2b16df83ce5b1436e75accc46a4cc48 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 11 Sep 2004 19:53:48 +0000 Subject: [PATCH] Some alterations from Malte This was SVN commit r1143. --- .../data/mods/official/gui/test/hello.xml | 670 +++++++++--------- 1 file changed, 336 insertions(+), 334 deletions(-) diff --git a/binaries/data/mods/official/gui/test/hello.xml b/binaries/data/mods/official/gui/test/hello.xml index cee3d6f03a..81da2b2e98 100755 --- a/binaries/data/mods/official/gui/test/hello.xml +++ b/binaries/data/mods/official/gui/test/hello.xml @@ -21,9 +21,9 @@ function selected() { - if( selection.length > 0 ) - return( selection[0] ); - return( null ); + if( selection.length > 0 ) + return( selection[0] ); + return( null ); } function updateOrbital() @@ -68,17 +68,13 @@ function StartGame() { - var gameAttribs=new Object(); - gameAttribs.mapFile="test_01.pmp"; - startGame(gameAttribs); + var gameAttribs=new Object(); + gameAttribs.mapFile="test_01.pmp"; + startGame(gameAttribs); } ]]> - - +