aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/winexe_ne.cpp3
1 files changed, 3 insertions, 0 deletions
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))