diff options
author | Matthew Hoops | 2010-02-16 06:08:25 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-02-16 06:08:25 +0000 |
commit | b54724a778ee9a091d87dd5a5eef8810d248ed57 (patch) | |
tree | 5fa5ca6ecd892100ad684aeb2cdfbfee0ad7d0bc | |
parent | 5fd7dbb4061d808e4bc4c0cfba5e2eabf2687544 (diff) | |
download | scummvm-rg350-b54724a778ee9a091d87dd5a5eef8810d248ed57.tar.gz scummvm-rg350-b54724a778ee9a091d87dd5a5eef8810d248ed57.tar.bz2 scummvm-rg350-b54724a778ee9a091d87dd5a5eef8810d248ed57.zip |
Fix typo in the ospit->tspit linking book RMAP code.
svn-id: r48071
-rw-r--r-- | engines/mohawk/riven.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp index d15a082469..677b1ae12c 100644 --- a/engines/mohawk/riven.cpp +++ b/engines/mohawk/riven.cpp @@ -268,7 +268,7 @@ struct RivenSpecialChange { { 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 |