find the original shaderlist properly

This commit is contained in:
Rudolf Polzer 2010-05-27 16:04:53 +02:00
parent 458169edbb
commit 1de9183d89

View File

@ -180,7 +180,7 @@ for my $m(@{$options->{maps}})
{
my $previous_shaderlist = undef;
my $shaderlist = "";
if(open my $fh, "<", "$XONOTICDIR/data/xonotic-maps.pk3dir/scripts/shaderlist.txt")
if(open my $fh, "<", "$XONOTICDIR/data/scripts/shaderlist.txt")
{
while(<$fh>)
{