aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
authorStrangerke2013-10-04 17:15:24 +0200
committerStrangerke2013-10-04 17:15:24 +0200
commit9b9462bcee4031f4222ba4649f8c8434a1bd9111 (patch)
treee7c75596b4e9c9c77a697d9c3ea5de65c2772a00 /engines/avalanche/avalot.cpp
parent49960992caaa7e67ae75463de74b30932254c0f8 (diff)
downloadscummvm-rg350-9b9462bcee4031f4222ba4649f8c8434a1bd9111.tar.gz
scummvm-rg350-9b9462bcee4031f4222ba4649f8c8434a1bd9111.tar.bz2
scummvm-rg350-9b9462bcee4031f4222ba4649f8c8434a1bd9111.zip
AVALANCHE: Check | occurrence as pointed by LordHoto
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r--engines/avalanche/avalot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 8cc11917f7..cff944602c 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -40,7 +40,7 @@ namespace Avalanche {
// Art gallery at 2,1; notice about this at 2,2.
const int32 AvalancheEngine::kCatacombMap[8][8] = {
// Geida's room
- // 1 2 3 | 4 5 6 7 8
+ // 1 2 3 4 5 6 7 8
{0x204, 0x200, 0xd0f0, 0xf0ff, 0xff, 0xd20f, 0xd200, 0x200},
{0x50f1, 0x20ff, 0x2ff, 0xff, 0xe0ff, 0x20ff, 0x200f, 0x7210},
{0xe3f0, 0xe10f, 0x72f0, 0xff, 0xe0ff, 0xff, 0xff, 0x800f},