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:
parent
7902d0942d
commit
183ebbed65
|
@ -297,6 +297,8 @@ processDirectories(RGSS_archiveData *data, BoostSet<std::string> &topLevel,
|
||||||
|
|
||||||
if (slash)
|
if (slash)
|
||||||
nameBuf[i] = '/';
|
nameBuf[i] = '/';
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check for more entries */
|
/* Check for more entries */
|
||||||
|
|
Loading…
Reference in New Issue