From 1b3a12ea92bacc4bbb204e00ea201f40fc4b502f Mon Sep 17 00:00:00 2001 From: elexis Date: Thu, 19 May 2016 17:51:56 +0000 Subject: [PATCH] Also update this file following 1c5a7f6267. This was SVN commit r18200. --- binaries/data/mods/public/maps/random/rmgen2/setup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/data/mods/public/maps/random/rmgen2/setup.js b/binaries/data/mods/public/maps/random/rmgen2/setup.js index 75a31a787d..c6959d90b7 100644 --- a/binaries/data/mods/public/maps/random/rmgen2/setup.js +++ b/binaries/data/mods/public/maps/random/rmgen2/setup.js @@ -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;