Avoid Loom dupes.

svn-id: r11838
This commit is contained in:
Marcus Comstedt 2003-12-21 19:06:57 +00:00
parent 927964c588
commit 9c9ee18ff8

View File

@ -200,6 +200,8 @@ static bool isGame(const FilesystemNode *entry, char *base)
}
#else
char *dot;
if(!stricmp(fn, "LOOM.EXE"))
return false;
if((dot = strchr(fn, '.'))!=NULL) {
if(!strcasecmp(dot, ".SAN"))
return false;