mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 05:35:10 +00:00
Switch default single-player map to Arcadia. Fix default multiplayer map.
This was SVN commit r7903.
This commit is contained in:
@@ -46,9 +46,9 @@ function init(attribs)
|
||||
|
||||
// Set a default map
|
||||
if (attribs.type == "offline")
|
||||
g_GameAttributes.map = "Latium";
|
||||
g_GameAttributes.map = "Arcadia";
|
||||
else
|
||||
g_GameAttributes.map = "techdemo-mp";
|
||||
g_GameAttributes.map = "Multiplayer_demo";
|
||||
|
||||
initMapNameList(getGUIObjectByName("mapSelection"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user