about summary refs log tree commit diff
path: root/src/engine/client/snd.c
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-11 23:10:07 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-11 23:10:07 +0000
commit182c77721e60c6a3b68cc3f1f83e485374d85096 (patch)
tree9d87e573333dac3f21419b8666c409eaf36a627f /src/engine/client/snd.c
parent7cf32e6f972ca4f7cd0bdb1e8a85930a16244747 (diff)
downloadzcatch-182c77721e60c6a3b68cc3f1f83e485374d85096.tar.gz
zcatch-182c77721e60c6a3b68cc3f1f83e485374d85096.zip
cleaned up the console variables
Diffstat (limited to 'src/engine/client/snd.c')
-rw-r--r--src/engine/client/snd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/snd.c b/src/engine/client/snd.c
index 9d851dcc..aa155c0c 100644
--- a/src/engine/client/snd.c
+++ b/src/engine/client/snd.c
@@ -350,7 +350,7 @@ int snd_load_wv(const char *filename)
 	WavpackContext *context;
 	
 	/* don't waste memory on sound when we are stress testing */
-	if(config.stress)
+	if(config.dbg_stress)
 		return -1;
 		
 	/* no need to load sound when we are running with no sound */