mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-21 21:43:07 +00:00
fix team chat beep sound
This commit is contained in:
parent
69c459f92b
commit
bb0f2ecaa7
@ -380,7 +380,7 @@ for F in "$@"; do
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
case "$f" in
|
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 ;;
|
*_bump) will_dds=false ;;
|
||||||
./models/player/*) will_dds=false ;;
|
./models/player/*) will_dds=false ;;
|
||||||
./models/sprites/*) will_dds=false ;;
|
./models/sprites/*) will_dds=false ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user