Mercurial > audlegacy
changeset 315:3a2771d4140e trunk
[svn] Do not try to grab .rar for unpack & module search, the specs change all the time. Has caused explosions & hangs.
author | chainsaw |
---|---|
date | Sun, 18 Dec 2005 05:30:29 -0800 |
parents | 31725d73a697 |
children | 950f104f2e11 |
files | Plugins/Input/modplug/modplugbmp.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/modplug/modplugbmp.cpp Sat Dec 17 14:59:54 2005 -0800 +++ b/Plugins/Input/modplug/modplugbmp.cpp Sun Dec 18 05:30:29 2005 -0800 @@ -256,8 +256,6 @@ if (lExt == ".zip") return ContainsMod(aFilename); - if (lExt == ".rar") - return ContainsMod(aFilename); if (lExt == ".gz") return ContainsMod(aFilename); if (lExt == ".bz2")