aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword2/resman.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index b21398a547..7bf09daaab 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -447,7 +447,6 @@ byte *ResourceManager::openResource(uint32 res, bool dump) {
debug(6, "res len %d", len);
// Ok, we know the length so try and allocate the memory.
- // If it can't then old files will be ditched until it works.
_resList[res].ptr = _vm->_memory->memAlloc(len, res);
_resList[res].size = len;
_resList[res].refCount = 0;