r5489 - trunk/data
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Jan 10 15:29:41 EST 2009
Author: div0
Date: 2009-01-10 15:29:41 -0500 (Sat, 10 Jan 2009)
New Revision: 5489
Modified:
trunk/data/build-compat-pack.sh
Log:
make sure the client doesn't load possible old .wav files
Modified: trunk/data/build-compat-pack.sh
===================================================================
--- trunk/data/build-compat-pack.sh 2009-01-10 20:26:59 UTC (rev 5488)
+++ trunk/data/build-compat-pack.sh 2009-01-10 20:29:41 UTC (rev 5489)
@@ -646,6 +646,8 @@
oggenc -q 0 -o "$NAME" "$NAME.wav"
echo "$c" | vorbiscomment -w "$NAME"
rm -f "$NAME.wav"
+
+ touch "${NAME%.ogg}.wav" # to disable this file, should the client have it
done
rev=`svnversion .. | sed 's/M$//g; s/.*://g;'`
More information about the nexuiz-commits
mailing list