summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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;
}