From: packer Date: Sun, 10 Jan 2016 23:57:40 +0000 (+0100) Subject: fix team chat beep sound X-Git-Tag: xonotic-v0.8.2~29^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=refs%2Fmerge-requests%2F15%2Fhead;ds=sidebyside fix team chat beep sound --- diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index 191e2086..84f3480d 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -380,7 +380,7 @@ for F in "$@"; do esac fi case "$f" in - ./sounds/misc/talk*.wav) will_ogg=false ;; # engine "feature" + ./sound/misc/talk*.wav) will_ogg=false ;; # engine "feature" *_bump) will_dds=false ;; ./models/player/*) will_dds=false ;; ./models/sprites/*) will_dds=false ;;