From bc3638834b6ade93c24d9c96d457579e1675e0e3 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 7 Mar 2011 13:18:33 -0500 Subject: COMMON: Add TODO to make compressed NE EXE handling transparent --- common/winexe_ne.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/winexe_ne.cpp b/common/winexe_ne.cpp index dbb982e0ee..24e51f1c9e 100644 --- a/common/winexe_ne.cpp +++ b/common/winexe_ne.cpp @@ -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)) -- cgit v1.2.3