1
0
forked from 0ad/0ad

update name for alpha 4

update default single player map for alpha 4

This was SVN commit r9020.
This commit is contained in:
WhiteTreePaladin 2011-03-05 03:53:04 +00:00
parent e608d9269a
commit 637412cb5a
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ function initMain()
// Set a default map
// TODO: This should be remembered from the last session
if (!g_IsNetworked)
g_GameAttributes.map = "Miletus";
g_GameAttributes.map = "Death Canyon";
else
g_GameAttributes.map = "Median Oasis";

View File

@ -35,7 +35,7 @@
<!-- Displays Alpha name and number -->
<object size="100%-200 32 100% 52" name="alphaLabel" type="text" style="centeredText" font="serif-bold-16" textcolor="white" ghost="true">
ALPHA III : Cerberus
ALPHA IV : Daedalus
</object>
<!-- Displays build date and revision number-->