COMMON: Add TODO to make compressed NE EXE handling transparent
This commit is contained in:
parent
c7d7e50155
commit
bc3638834b
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ bool NEResources::loadFromEXE(SeekableReadStream *stream) {
|
|||
bool NEResources::loadFromCompressedEXE(const String &fileName) {
|
||||
// Based on http://www.cabextract.org.uk/libmspack/doc/szdd_kwaj_format.html
|
||||
|
||||
// TODO: Merge this with with loadFromEXE() so the handling of the compressed
|
||||
// EXE's is transparent
|
||||
|
||||
File file;
|
||||
|
||||
if (!file.open(fileName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue