[Scummvm-cvs-logs] SF.net SVN: scummvm:[52047] scummvm/trunk/engines/sci/engine/script_patches .cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Aug 13 00:27:29 CEST 2010


Revision: 52047
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52047&view=rev
Author:   m_kiewitz
Date:     2010-08-12 22:27:28 +0000 (Thu, 12 Aug 2010)

Log Message:
-----------
SCI: adding bug id to sq4 patch

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/script_patches.cpp

Modified: scummvm/trunk/engines/sci/engine/script_patches.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/script_patches.cpp	2010-08-12 22:25:15 UTC (rev 52046)
+++ scummvm/trunk/engines/sci/engine/script_patches.cpp	2010-08-12 22:27:28 UTC (rev 52047)
@@ -398,7 +398,7 @@
 //   adds it to nest::x. The problem is that the script also checks if x exceeds
 //   we never reach that of course, so the pterodactyl-flight will go endlessly
 //   we could either calculate property count differently somehow fixing this
-//   but I think just patching it out is cleaner
+//   but I think just patching it out is cleaner (ffs. bug #3037938)
 const byte sq4FloppySignatureEndlessFlight[] = {
 	8,
 	0x39, 0x04,       // pushi 04 (selector x)


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