Author: soliton
Date: Tue Feb 26 02:26:04 2008
New Revision: 24065

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24065&view=rev
Log:
restore default values

Modified:
    trunk/data/tools/unit_tree/units.pl

Modified: trunk/data/tools/unit_tree/units.pl
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/unit_tree/units.pl?rev=24065&r1=24064&r2=24065&view=diff
==============================================================================
--- trunk/data/tools/unit_tree/units.pl (original)
+++ trunk/data/tools/unit_tree/units.pl Tue Feb 26 02:26:04 2008
@@ -36,9 +36,9 @@
 # If translating, and not from the source, remove the comment on the following 
line
 #use Locale::Maketext::Gettext;
 # This option will determine if the attack images are copied, and the images 
units are copied and colorized
-my $images = 0;
+my $images = 1;
 # This option will determine if the html report on made animations is generated
-my $animations = 0;
+my $animations = 1;
 # This is the version number that will appear on the unit trees
 my $version = 'trunk';
 # These option will try to process the user made Eras


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to