summaryrefslogtreecommitdiffstats
path: root/games/jfsw_registered_data/extract-shadow-warrior.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/jfsw_registered_data/extract-shadow-warrior.sh')
-rw-r--r--games/jfsw_registered_data/extract-shadow-warrior.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/jfsw_registered_data/extract-shadow-warrior.sh b/games/jfsw_registered_data/extract-shadow-warrior.sh
index 40d161fe84..c8f3651275 100644
--- a/games/jfsw_registered_data/extract-shadow-warrior.sh
+++ b/games/jfsw_registered_data/extract-shadow-warrior.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# extract-shadow-warrior.sh, by B. Watson (yalhcru@gmail.com).
+# extract-shadow-warrior.sh, by B. Watson (urchlay@slackware.uk).
# Licensed under the WTFPL: Do WTF you want with this. See
# http://www.wtfpl.net/txt/copying/ for details.
@@ -66,6 +66,6 @@ for cue_out in tmpcue??.cue; do
rm -f track??.wav
binfile="$( head -1 "$cue_out" | cut -d\" -f2 )"
bchunk -w "$binfile" "$cue_out" track
- [ -e track??.wav ] && oggenc -q 7 track??.wav && rm -f track??.wav
+ [ -e track??.wav ] && oggenc -q ${OGGQUAL:-7} track??.wav && rm -f track??.wav
rm -f $cue_out
done