mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Also update this file following 1c5a7f6267.
This was SVN commit r18200.
This commit is contained in:
parent
09ceb841f3
commit
1b3a12ea92
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue