diff options
-rw-r--r-- | engines/sci/engine/script.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/engine/script.cpp b/engines/sci/engine/script.cpp index be1fa3ff1f..86f9d8d1d9 100644 --- a/engines/sci/engine/script.cpp +++ b/engines/sci/engine/script.cpp @@ -699,7 +699,6 @@ int Script::relocateOffsetSci3(uint32 offset) const { for (int i = 0; i < relocCount; ++i) { if (seeker.getUint32SEAt(0) == offset) { - // TODO: Find out what UINT16 at (seeker + 8) means return _buf->getUint16SEAt(offset) + seeker.getUint32SEAt(4); } seeker += 10; |