1
0
forked from 0ad/0ad

setting default map to Latium

This was SVN commit r6508.
This commit is contained in:
freenity 2008-11-22 20:28:17 +00:00
parent dda9a25582
commit 46ef33df5e

View File

@ -601,7 +601,7 @@
// Set default value (pick whatever's at the top of the list).
// getGUIObjectByName(this.name).selected = 0;
// No, on second thought, set it to the randomly generated map until we can remember the last choice.
setCurrItemValue (this.name, "latium_generated");
setCurrItemValue (this.name, "Latium");
]]></action>
</object>