hopefully recognise BARBAR.HE0 as a game (pretty much every Humongous Entertainment game)

svn-id: r6601
This commit is contained in:
Jonathan Gray 2003-02-12 13:25:40 +00:00
parent d5257a4270
commit 7bfc5a34d6

View file

@ -149,6 +149,7 @@ static bool isGame(const char *fn, char *base)
int l = strlen(fn);
if(l>4 && (!strcasecmp(fn+l-4, ".000") ||
!strcasecmp(fn+l-4, ".SM0") ||
!strcasecmp(fn+l-4, ".HE0") ||
!strcasecmp(fn+l-4, ".LA0"))) {
strcpy(base, fn);
base[l-4]='\0';