From 8987d68ab0198f8337f56c9f77e28afc2943bd5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 15 Jun 2013 10:58:17 +0200 Subject: [PATCH] ./all compile-map: maybe these paths have to be fixed. --- misc/tools/xonotic-map-compiler_from_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler_from_all b/misc/tools/xonotic-map-compiler_from_all index aa9e747d..b162506c 100755 --- a/misc/tools/xonotic-map-compiler_from_all +++ b/misc/tools/xonotic-map-compiler_from_all @@ -16,7 +16,7 @@ use File::Temp; our $Q3MAP2 = './netradiant/install/q3map2.x86'; # General flags for q3map2 (for example -threads 4) - our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*'; + our $Q3MAP2FLAGS = '-fs_forbiddenpath data/xonotic*-data*.pk3* -fs_forbiddenpath data/xonotic*-nexcompat*.pk3*'; # Default flags for the -bsp stage our $BSPFLAGS = '-meta -maxarea -samplesize 8 -mv 1000000 -mi 6000000'; -- 2.39.2