1
0
forked from 0ad/0ad

Also update this file following 1c5a7f6267.

This was SVN commit r18200.
This commit is contained in:
elexis 2016-05-19 17:51:56 +00:00
parent 09ceb841f3
commit 1b3a12ea92

View File

@ -188,9 +188,9 @@ function createBase(player, walls)
// Create starting units
if ((walls || walls === undefined) && g_MapInfo.mapSize > 192)
placeCivDefaultEntities(fx, fz, player.id, g_MapInfo.mapRadius);
placeCivDefaultEntities(fx, fz, player.id);
else
placeCivDefaultEntities(fx, fz, player.id, g_MapInfo.mapRadius, { 'iberWall': false });
placeCivDefaultEntities(fx, fz, player.id, { 'iberWall': false });
// Create the city patch
var cityRadius = scaleByMapSize(15, 25) / 3;