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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed Jul 28 17:48:08 CEST 2010


Revision: 51424
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51424&view=rev
Author:   m_kiewitz
Date:     2010-07-28 15:48:07 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
SCI: adding eq1cd workaround

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-28 15:34:34 UTC (rev 51423)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-28 15:48:07 UTC (rev 51424)
@@ -60,6 +60,7 @@
 	{ GID_CNICK_LONGBOW,   0,     0,  0,          "RH Budget", "<noname 110>",   -1,    1, { WORKAROUND_FAKE,   0 } }, // when starting the game
     { GID_ECOQUEST,      140,   140,  0,              "rm140", "doVerb",         -1,    0, { WORKAROUND_FAKE,   0 } }, // when solving the mosaic puzzle
     { GID_ECOQUEST,      140,   140,  0,       "mosaicPuzzle", "doVerb",         -1,    0, { WORKAROUND_FAKE,   0 } }, // when solving the mosaic puzzle
+    { GID_ECOQUEST,      160,   160,  0,      "seatedSenator", "doVerb",         -1,    0, { WORKAROUND_FAKE,   0 } }, // when clicking on the senator
     { GID_ECOQUEST,      400,   400,  0,            "cabinet", "doVerb",         -1,    0, { WORKAROUND_FAKE,   0 } }, // when looking at the cabinet
     { GID_ECOQUEST,      400,   400,  0,          "certUpper", "doVerb",         -1,    0, { WORKAROUND_FAKE,   0 } }, // when looking at the certificate
     { GID_ECOQUEST,      400,   400,  0,           "computer", "doVerb",         -1,    0, { WORKAROUND_FAKE,   0 } }, // when looking at the computer


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