aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-11-29 16:11:33 +0100
committerWillem Jan Palenstijn2011-11-29 16:11:33 +0100
commit097b4e5c7a1a85720db91ed092dba79187d1aaf6 (patch)
tree2ba5be84c4f46e9c515a8a47a93658b54779f48a /engines/sci
parentc91b2457d0c31a9b12c67cd83fb841fb747df3c5 (diff)
downloadscummvm-rg350-097b4e5c7a1a85720db91ed092dba79187d1aaf6.tar.gz
scummvm-rg350-097b4e5c7a1a85720db91ed092dba79187d1aaf6.tar.bz2
scummvm-rg350-097b4e5c7a1a85720db91ed092dba79187d1aaf6.zip
SCI: Add RtL FIXME
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/engine/kernel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp
index 6f783d79e8..9203bf24d3 100644
--- a/engines/sci/engine/kernel.cpp
+++ b/engines/sci/engine/kernel.cpp
@@ -913,6 +913,8 @@ Common::String Kernel::lookupText(reg_t address, int index) {
// TODO: script_adjust_opcode_formats should probably be part of the
// constructor (?) of a VirtualMachine or a ScriptManager class.
+//
+// FIXME: This function breaks return to launcher because its effects persist
void script_adjust_opcode_formats() {
if (g_sci->_features->detectLofsType() != SCI_VERSION_0_EARLY) {
g_opcode_formats[op_lofsa][0] = Script_Offset;