aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-12 19:50:16 -0400
committerWillem Jan Palenstijn2015-05-13 14:43:50 +0200
commit95212c5f0290b2cbebed6b179efa57397f08b39b (patch)
tree98a9220047a7296843e3d6004a2beeda5950b74c /engines/sherlock/scalpel/scalpel.cpp
parentf12fe46fad425ca451036f6af06beab5ec3a81c5 (diff)
downloadscummvm-rg350-95212c5f0290b2cbebed6b179efa57397f08b39b.tar.gz
scummvm-rg350-95212c5f0290b2cbebed6b179efa57397f08b39b.tar.bz2
scummvm-rg350-95212c5f0290b2cbebed6b179efa57397f08b39b.zip
SHERLOCK: Whitespace fixes
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index 5d84a7f5ed..6959e435d2 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -81,7 +81,7 @@ const int MAP_TRANSLATE[NUM_PLACES] = {
};
const byte MAP_SEQUENCES[3][MAX_FRAME] = {
- { 1, 1, 2, 3, 4, 0 }, // Overview Still
+ { 1, 1, 2, 3, 4, 0 }, // Overview Still
{ 5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 0 },
{ 5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 0 }
};