Removed data/tutorial.cfg and data/tutorial2.cfg from wml2po.pl script ...

...as they no longer exist
This commit is contained in:
Isaac Clerencia Perez 2004-08-15 21:21:27 +00:00
parent 039d4e84b2
commit 9110ff7279

View file

@ -77,7 +77,7 @@ our %suffix = (
# get ids from other wml files
@wmlfiles = (qw(data/game.cfg data/help.cfg data/items.cfg data/multiplayer.cfg
data/schedules.cfg data/tutorial.cfg data/tutorial2.cfg),
data/schedules.cfg),
glob ("data/scenarios/*/*.cfg"));
foreach my $wmlfile (@wmlfiles) {
open (WML, $wmlfile) or die "cannot open $wmlfile";