diff options
author | Johannes Schickel | 2009-07-09 16:24:59 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-07-09 16:24:59 +0000 |
commit | e8e9b882275b8dc5d77db3b1faaf30466c7b7a31 (patch) | |
tree | 11f38fd1028db0488dc03344407b5a202930b89f | |
parent | 5d0d67e5742d9a65ad9c944a86ff3223ff967042 (diff) | |
download | scummvm-rg350-e8e9b882275b8dc5d77db3b1faaf30466c7b7a31.tar.gz scummvm-rg350-e8e9b882275b8dc5d77db3b1faaf30466c7b7a31.tar.bz2 scummvm-rg350-e8e9b882275b8dc5d77db3b1faaf30466c7b7a31.zip |
Oops specify the correct revsision number in the fixme.
svn-id: r42306
-rw-r--r-- | engines/sci/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp index 6d33c77179..5fdc286894 100644 --- a/engines/sci/resource.cpp +++ b/engines/sci/resource.cpp @@ -767,7 +767,7 @@ int ResourceManager::detectMapVersion() { // late SCI1.1 and SCI32 maps have last directory entry set to 0xFF // offset set to filesize and 4 more bytes - // TODO/FIXME: This code was not updated in r43000, which changed the behavior of this + // TODO/FIXME: This code was not updated in r42300, which changed the behavior of this // function a lot. To make it compile again "off" was changed to the newly introduced // "lastDirectoryOffset". This is probably not the correct fix, since before r43000 // the loop above could not prematurely terminate and thus this would always check the |