diff options
author | Torbjörn Andersson | 2004-09-19 18:19:30 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-09-19 18:19:30 +0000 |
commit | 095035e9c7f50dfb1fc274db5c4aad1599b323fe (patch) | |
tree | c161975279416b733e9963f93d832a4f319c587d | |
parent | c1671bdbca90ee590f2fbc1641c5f90d5762db38 (diff) | |
download | scummvm-rg350-095035e9c7f50dfb1fc274db5c4aad1599b323fe.tar.gz scummvm-rg350-095035e9c7f50dfb1fc274db5c4aad1599b323fe.tar.bz2 scummvm-rg350-095035e9c7f50dfb1fc274db5c4aad1599b323fe.zip |
Removed obsolete comment.
svn-id: r15193
-rw-r--r-- | sword2/resman.cpp | 1 |
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; |