[Scummvm-cvs-logs] SF.net SVN: scummvm:[51823] scummvm/trunk/engines/sci/engine/workarounds. cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sat Aug 7 03:27:14 CEST 2010
Revision: 51823
http://scummvm.svn.sourceforge.net/scummvm/?rev=51823&view=rev
Author: thebluegr
Date: 2010-08-07 01:27:14 +0000 (Sat, 07 Aug 2010)
Log Message:
-----------
SCI: Fixed script bug #3039395 - "KQ5: Crash when opening leather pouch"
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-07 01:14:58 UTC (rev 51822)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp 2010-08-07 01:27:14 UTC (rev 51823)
@@ -299,6 +299,7 @@
{ GID_SQ4, -1, 704, 0, "shootEgo", "changeState", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // When shot by Droid in Super Computer Maze (Rooms 500, 505, 510...) - accidental additional parameter specified
{ GID_KQ5, -1, 981, 0, "myWindow", "dispose", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Happens in the floppy version, when closing any dialog box, accidental additional parameter specified - bug #3036331
{ GID_KQ5, -1, 995, 0, "invW", "doit", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Happens in the floppy version, when closing the inventory window, accidental additional parameter specified
+ { GID_KQ5, -1, 995, 0, "", "export 0", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Happens in the floppy version, when opening the gem pouch, accidental additional parameter specified - bug #3039395
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