[Scummvm-cvs-logs] SF.net SVN: scummvm:[54417] scummvm/trunk/engines/mohawk/riven_external.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Nov 22 18:51:55 CET 2010


Revision: 54417
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54417&view=rev
Author:   mthreepwood
Date:     2010-11-22 17:51:54 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
MOHAWK: Fix gspit dome from always opening

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/riven_external.cpp

Modified: scummvm/trunk/engines/mohawk/riven_external.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven_external.cpp	2010-11-22 17:50:30 UTC (rev 54416)
+++ scummvm/trunk/engines/mohawk/riven_external.cpp	2010-11-22 17:51:54 UTC (rev 54417)
@@ -1056,7 +1056,7 @@
 }
 
 void RivenExternal::xgisland25_opencard(uint16 argc, uint16 *argv) {
-	checkDomeSliders(29, 30);
+	checkDomeSliders(28, 29);
 }
 
 void RivenExternal::xgisland25_resetsliders(uint16 argc, uint16 *argv) {
@@ -1064,7 +1064,7 @@
 }
 
 void RivenExternal::xgisland25_slidermd(uint16 argc, uint16 *argv) {
-	dragDomeSlider(16, 29, 30, 2);
+	dragDomeSlider(16, 28, 29, 2);
 }
 
 void RivenExternal::xgisland25_slidermw(uint16 argc, uint16 *argv) {


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