This was SVN commit r11755.

This commit is contained in:
Michael D. Hafer 2012-05-05 00:10:03 +00:00
parent 9c3e94acfd
commit e0f670ddfb
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -631,7 +631,7 @@ function placeIrregularPolygonalWall(centerX, centerY, radius, cornerWallElement
// Generating a generic wall part assortment with each wall part including 1 gate enlengthend by walls and towers
// NOTE: It might be a good idea to write an own function for that...
var defaultWallPartsAssortment = [['wallShort'], ['wall'], ['wallLong'], ['gate', 'tower', 'wallShort']];
var centeredWallPart = ['gate']; // NOTE: Since gates are not functional yet entrys are used instead...
var centeredWallPart = ['entry']; // NOTE: Since gates are not functional yet entrys are used instead...
var extandingWallPartAssortment = [['tower', 'wallLong'], ['tower', 'wall']];
defaultWallPartsAssortment.push(centeredWallPart)
for (var i = 0; i < extandingWallPartAssortment.length; i++)