updated the unit tree generation files

This commit is contained in:
Mark de Wever 2007-04-29 17:01:33 +00:00
parent 2506dc9e97
commit 8fa90b7500
2 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@
<td align=right>::cave::</td>
</tr>
<tr>
<td>Tundra</td>
<td>Snow</td>
<td align=right>~tundra~</td>
<td align=right>::tundra::</td>
</tr>

View file

@ -35,9 +35,9 @@ my $translate = 1;
# This option will determine if the attack images are copied, and the images units are copied and colorized
my $images = 1;
# This option will determine if the html report on made animations is generated
my $animations = 1;
my $animations = 0;
# This is the version number that will appear on the unit trees
my $version = '1.3.1+svn';
my $version = '1.3.2+svn';
# If the script is run on Windows, set this option to 1
my $windows = 1;