COMMON: Add TODO to make compressed NE EXE handling transparent

This commit is contained in:
Matthew Hoops 2011-03-07 13:18:33 -05:00
parent c7d7e50155
commit bc3638834b

View file

@ -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))