[Scummvm-cvs-logs] scummvm master -> 097b4e5c7a1a85720db91ed092dba79187d1aaf6

wjp wjp at usecode.org
Tue Nov 29 16:14:24 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
097b4e5c7a SCI: Add RtL FIXME


Commit: 097b4e5c7a1a85720db91ed092dba79187d1aaf6
    https://github.com/scummvm/scummvm/commit/097b4e5c7a1a85720db91ed092dba79187d1aaf6
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-11-29T07:11:33-08:00

Commit Message:
SCI: Add RtL FIXME

Changed paths:
    engines/sci/engine/kernel.cpp



diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp
index 6f783d7..9203bf2 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;






More information about the Scummvm-git-logs mailing list