about summary refs log tree commit diff
path: root/src/engine/client/snd.c
diff options
context:
space:
mode:
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 */