summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-12-09 12:52:44 +0100
committerGravatar waker <wakeroid@gmail.com>2012-12-17 22:09:07 +0100
commit282d6a989995509a3a3281fef43f9ca3fe6dce2a (patch)
treecfadfe68fd953ab456640f4e1d641d6fcfb957dd
parent7e37cbeffaf9f429a81b09782e17db2ad1af7517 (diff)
fixed gme config initialization
-rw-r--r--plugins/gme/cgme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gme/cgme.c b/plugins/gme/cgme.c
index 773b3736..8c428444 100644
--- a/plugins/gme/cgme.c
+++ b/plugins/gme/cgme.c
@@ -436,6 +436,8 @@ cgme_mutevoice (int voice, int mute) {
static int
cgme_start (void) {
+ conf_fadeout = deadbeef->conf_get_int ("gme.fadeout", 10);
+ conf_loopcount = deadbeef->conf_get_int ("gme.loopcount", 2);
return 0;
}