comparison src/modplug/plugin.cxx @ 2536:f791c889f74c

We have never actually supported J2B (Jazz Jackrabbit 2) modules (the loader was a stub), so remove the references to it.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Apr 2008 16:46:35 +0300
parents a4f694a99c5b
children 97d0ed3b2631
comparison
equal deleted inserted replaced
2535:cdccb12b19a6 2536:f791c889f74c
79 { 79 {
80 ShowInfoWindow(aFilename); 80 ShowInfoWindow(aFilename);
81 } 81 }
82 82
83 const gchar *fmts[] = 83 const gchar *fmts[] =
84 { "amf", "ams", "dbm", "dbf", "dsm", "far", "mdl", "stm", "ult", "j2b", "mt2", 84 { "amf", "ams", "dbm", "dbf", "dsm", "far", "mdl", "stm", "ult", "mt2",
85 "mdz", "mdr", "mdgz", "mdbz", "mod", "s3z", "s3r", "s3gz", "s3m", "xmz", "xmr", "xmgz", 85 "mdz", "mdr", "mdgz", "mdbz", "mod", "s3z", "s3r", "s3gz", "s3m", "xmz", "xmr", "xmgz",
86 "itz", "itr", "itgz", "dmf", "umx", "it", "669", "xm", "mtm", "psm", "ft2", 86 "itz", "itr", "itgz", "dmf", "umx", "it", "669", "xm", "mtm", "psm", "ft2",
87 "zip", "gz", "bz2", "rar", "rb", 87 "zip", "gz", "bz2", "rar", "rb",
88 NULL }; 88 NULL };
89 89