# HG changeset patch # User Yoshiki Yazawa # Date 1206543050 -32400 # Node ID a336fe28b63a6f131e32082d6b4397d56110359f # Parent 853c7686e922a3fcad8da793b919a54941e6904c exclude zip etc which doesn't contain any mod file. diff -r 853c7686e922 -r a336fe28b63a src/modplug/plugin.cxx --- a/src/modplug/plugin.cxx Tue Mar 25 17:28:14 2008 +0100 +++ b/src/modplug/plugin.cxx Wed Mar 26 23:50:50 2008 +0900 @@ -119,7 +119,11 @@ NULL, NULL, CanPlayFileFromVFS, // vfs - (gchar **)fmts + (gchar **)fmts, + NULL, + NULL, + TRUE, // subtune. to exclude .zip etc which doesn't contain any mod file --yaz + NULL }; InputPlugin *modplug_iplist[] = { &gModPlug, NULL };