RGSSAD: Fix parsing of top level directory entries

We were spamming every path into the hash (including the top
level ones) without noticing... oh well.
This commit is contained in:
Jonas Kulla 2017-12-12 22:46:25 +01:00
parent 7902d0942d
commit 183ebbed65
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ processDirectories(RGSS_archiveData *data, BoostSet<std::string> &topLevel,
if (slash)
nameBuf[i] = '/';
break;
}
/* Check for more entries */