diff options
author | Paul Gilbert | 2015-05-12 19:50:16 -0400 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-05-13 14:43:50 +0200 |
commit | 95212c5f0290b2cbebed6b179efa57397f08b39b (patch) | |
tree | 98a9220047a7296843e3d6004a2beeda5950b74c /engines/sherlock/scalpel | |
parent | f12fe46fad425ca451036f6af06beab5ec3a81c5 (diff) | |
download | scummvm-rg350-95212c5f0290b2cbebed6b179efa57397f08b39b.tar.gz scummvm-rg350-95212c5f0290b2cbebed6b179efa57397f08b39b.tar.bz2 scummvm-rg350-95212c5f0290b2cbebed6b179efa57397f08b39b.zip |
SHERLOCK: Whitespace fixes
Diffstat (limited to 'engines/sherlock/scalpel')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 |
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 } }; |