[Scummvm-cvs-logs] SF.net SVN: scummvm:[35830] tools/trunk/descumm6.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Mon Jan 12 00:42:39 CET 2009
Revision: 35830
http://scummvm.svn.sourceforge.net/scummvm/?rev=35830&view=rev
Author: Kirben
Date: 2009-01-11 23:42:39 +0000 (Sun, 11 Jan 2009)
Log Message:
-----------
Correct kernelSetFunctions in early HE games.
Modified Paths:
--------------
tools/trunk/descumm6.cpp
Modified: tools/trunk/descumm6.cpp
===================================================================
--- tools/trunk/descumm6.cpp 2009-01-11 15:24:11 UTC (rev 35829)
+++ tools/trunk/descumm6.cpp 2009-01-11 23:42:39 UTC (rev 35830)
@@ -5363,7 +5363,7 @@
break;
case 0xC9:
if (g_options.heVersion)
- ext(output, "ry" "kernelSetFunctions\0"
+ ext(output, "y" "kernelSetFunctions\0"
"\x1|virtScreenLoad"
);
else if (g_options.scriptVersion == 7)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list