From: Rudolf Polzer Date: Mon, 1 Nov 2010 23:01:41 +0000 (+0100) Subject: also allow textures/logos/* (only in logos.shader) X-Git-Tag: xonotic-v0.1.0preview~52 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=c0020336f04492abcc15a98b3252988ddca257c7;p=xonotic%2Fxonotic-maps.pk3dir.git also allow textures/logos/* (only in logos.shader) --- diff --git a/scripts/shader-audit.sh b/scripts/shader-audit.sh index 348ccfca..07a3c2bf 100755 --- a/scripts/shader-audit.sh +++ b/scripts/shader-audit.sh @@ -149,7 +149,7 @@ use_texture() esac ;; ## RULE: textures/FOO/* must use textures/FOO/*, for FOO in decals, liquids_water, liquids_slime, liquids_lava - textures/decals/*|textures/liquids_*/*|textures/effects_*/*|textures/screens/*) + textures/decals/*|textures/liquids_*/*|textures/effects_*/*|textures/screens/*|textures/logos/*) pre=`echo "$1" | cut -d / -f 1-2` case "$2" in "$pre"/*)