fix team chat beep sound

This commit is contained in:
packer 2016-01-11 00:57:40 +01:00
parent 69c459f92b
commit bb0f2ecaa7

View File

@ -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 ;;