hopefully recognise BARBAR.HE0 as a game (pretty much every Humongous Entertainment game)
svn-id: r6601
This commit is contained in:
parent
d5257a4270
commit
7bfc5a34d6
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue