aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-09-19 18:19:30 +0000
committerTorbjörn Andersson2004-09-19 18:19:30 +0000
commit095035e9c7f50dfb1fc274db5c4aad1599b323fe (patch)
treec161975279416b733e9963f93d832a4f319c587d /sword2
parentc1671bdbca90ee590f2fbc1641c5f90d5762db38 (diff)
downloadscummvm-rg350-095035e9c7f50dfb1fc274db5c4aad1599b323fe.tar.gz
scummvm-rg350-095035e9c7f50dfb1fc274db5c4aad1599b323fe.tar.bz2
scummvm-rg350-095035e9c7f50dfb1fc274db5c4aad1599b323fe.zip
Removed obsolete comment.
svn-id: r15193
Diffstat (limited to 'sword2')
-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;