[Scummvm-cvs-logs] CVS: scummvm/sword2 interpreter.cpp,1.38,1.39

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sat Jan 10 13:58:00 CET 2004


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1:/tmp/cvs-serv22423

Modified Files:
	interpreter.cpp 
Log Message:
I forgot this in the previous cleanup.


Index: interpreter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/interpreter.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- interpreter.cpp	10 Jan 2004 21:21:20 -0000	1.38
+++ interpreter.cpp	10 Jan 2004 21:56:59 -0000	1.39
@@ -333,7 +333,7 @@
 		case CP_RESTART_SCRIPT:
 			// Start the script again
 			debug(5, "Restart script");
-			ip = READ_LE_UINT32(&offsetTable[scriptNumber]);
+			ip = FROM_LE_32(offsetTable[scriptNumber]);
 			break;
 
 		// Stack-related opcodes





More information about the Scummvm-git-logs mailing list