diff src/console/Audacious_Driver.cxx @ 1498:a1fccf242404

made SPC playback reverb a configuration option till the problem can be solved
author mf0102 <0102@gmx.at>
date Thu, 16 Aug 2007 14:47:14 +0200
parents eb0913bf54c3
children 799f92d815b2
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx	Thu Aug 16 18:22:00 2007 +0300
+++ b/src/console/Audacious_Driver.cxx	Thu Aug 16 14:47:14 2007 +0200
@@ -35,7 +35,8 @@
 int const fade_length    = 8 * 1000;
 int const path_max = 4096;
 
-AudaciousConsoleConfig audcfg = { 180, FALSE, 32000, TRUE, 0, 0, FALSE, 0 };
+AudaciousConsoleConfig audcfg =
+{ 180, FALSE, 32000, TRUE, 0, 0, FALSE, 0, FALSE };
 static GThread* decode_thread;
 static GStaticMutex playback_mutex = G_STATIC_MUTEX_INIT;
 static int console_ip_is_going;