[Scummvm-cvs-logs] SF.net SVN: scummvm:[48071] scummvm/trunk/engines/mohawk/riven.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Tue Feb 16 07:08:25 CET 2010
Revision: 48071
http://scummvm.svn.sourceforge.net/scummvm/?rev=48071&view=rev
Author: mthreepwood
Date: 2010-02-16 06:08:25 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
Fix typo in the ospit->tspit linking book RMAP code.
Modified Paths:
--------------
scummvm/trunk/engines/mohawk/riven.cpp
Modified: scummvm/trunk/engines/mohawk/riven.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven.cpp 2010-02-16 03:01:46 UTC (rev 48070)
+++ scummvm/trunk/engines/mohawk/riven.cpp 2010-02-16 06:08:25 UTC (rev 48071)
@@ -268,7 +268,7 @@
{ ospit, 0x470a, jspit, 0x1508e }, // Return from 233rd Age
{ ospit, 0x5c52, gspit, 0x10bea }, // Return from 233rd Age
{ ospit, 0x5d68, bspit, 0x1adfd }, // Return from 233rd Age
- { ospit, 0x5e49, tspit, 0xe78 }, // Return from 233rd Age
+ { ospit, 0x5e49, tspit, 0xe87 }, // Return from 233rd Age
{ pspit, 0x4108, ospit, 0x2e76 }, // Dome Linking Book
{ rspit, 0x32d8, jspit, 0x1c474 }, // Return from Tay
{ tspit, 0x21b69, ospit, 0x2e76 } // Dome Linking Book
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