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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jul 27 16:48:22 CEST 2010


Revision: 51371
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51371&view=rev
Author:   m_kiewitz
Date:     2010-07-27 14:48:22 +0000 (Tue, 27 Jul 2010)

Log Message:
-----------
SCI: adding workaround for sq5

entering the bridge makes the crew goof around, we are getting Osc::init with an object as cycle count

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

Modified: scummvm/trunk/engines/sci/engine/workarounds.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-27 14:31:33 UTC (rev 51370)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-27 14:48:22 UTC (rev 51371)
@@ -48,6 +48,7 @@
 const SciWorkaroundEntry opcodeDptoaWorkarounds[] = {
 	{ GID_LSL6,           360,  938,  0,               "ROsc", "cycleDone",      -1,    0, { WORKAROUND_FAKE,   1 } }, // when looking through tile in the shower room initial cycles get set to an object instead of 2, we fix this by setting 1 after decrease
 	{ GID_LSL6HIRES,      360,64938,  0,               "ROsc", "cycleDone",      -1,    0, { WORKAROUND_FAKE,   1 } }, // when looking through tile in the shower room initial cycles get set to an object instead of 2, we fix this by setting 1 after decrease
+	{ GID_SQ5,            200,  939,  0,               "Osc", "cycleDone",       -1,    0, { WORKAROUND_FAKE,   1 } }, // when going back to bridge the crew is goofing off, we get an object as cycle count
 	SCI_WORKAROUNDENTRY_TERMINATOR
 };
 


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