1
0
forked from mirrors/0ad

Remove unused author and version tag from ardennes forest.

This was SVN commit r17980.
This commit is contained in:
elexis
2016-04-05 11:22:16 +00:00
parent bfa94b87ae
commit 62b7c07353
2 changed files with 1 additions and 22 deletions
@@ -1,22 +1,3 @@
/*
* Map : Ardennes Forest
* Author : Michael Mayfield <mmayfield45@gmail.com>
* Version : 1.2
*
* CHANGES:
*
* 1.2: - Improved hill generation
* - Changed name from Black Forest to Ardennes Forest
*
* 1.1: - Reduces amount and jaggedness of cliffs
* - Improved forest generation - some clumps join together
* - Increased distance between minerals / stones and hills
* - Reduce noise around players bases
*
* 1.0: - Initial release
*
*/
RMS.LoadLibrary("rmgen");
const BUILDING_ANGlE = -PI/4;
@@ -8,8 +8,6 @@
],
"BaseHeight" : 50,
"CircularMap" : true,
"Preview" : "ardennes_forest.png",
"Author" : "Michael Mayfield <mmayfield45@gmail.com>",
"Version" : "1.2"
"Preview" : "ardennes_forest.png"
}
}