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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Aug 23 01:11:56 CEST 2010


Revision: 52289
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52289&view=rev
Author:   thebluegr
Date:     2010-08-22 23:11:55 +0000 (Sun, 22 Aug 2010)

Log Message:
-----------
SCI: Fixed bug #3050856 - "SQ3 : Crash at intro"

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-08-22 23:11:29 UTC (rev 52288)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-08-22 23:11:55 UTC (rev 52289)
@@ -413,6 +413,7 @@
 	{ GID_LSL6HIRES,     130,   130,  0,    "recruitLarryScr", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // during intro, a 3rd parameter is passed by accident
 	{ GID_PQ3,           877,   998,  0,               "View", "delete",         -1,    0, { WORKAROUND_IGNORE, 0 } }, // when getting run over on the freeway, the reference is invalid
 	{ GID_SQ1,            43,   303,  0,            "slotGuy", "dispose",        -1,    0, { WORKAROUND_IGNORE, 0 } }, // when leaving ulence flats bar, parameter 1 is not passed - script error
+	{ GID_SQ3,             2,   998,  0,               "View", "delete",         -1,    0, { WORKAROUND_IGNORE, 0 } }, // clicking the mouse button during the intro, after the escape pod gets pulled into the garbage freighter, the reference is invalid - bug #3050856
 	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