From: Rudolf Polzer <divVerent@alientrap.org>
Date: Thu, 27 May 2010 14:04:53 +0000 (+0200)
Subject: find the original shaderlist properly
X-Git-Tag: xonotic-v0.1.0preview~440
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1de9183d89791c6c47a98c058e2681280b28d241;p=xonotic%2Fxonotic.git

find the original shaderlist properly
---

diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler
index 8b6cd4d5..7bdd58e9 100755
--- a/misc/tools/xonotic-map-compiler
+++ b/misc/tools/xonotic-map-compiler
@@ -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>)
 			{