aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-07-21 10:32:20 +0000
committerTravis Howell2008-07-21 10:32:20 +0000
commite1c71dab99c9bf60ee1cc26da09ebd797a693a3a (patch)
tree314ad94909a2e08b15c6f70fe216307df6fd4aa1 /engines/agos/gfx.cpp
parentecd44b8f90ec3f1e749f3b8787f6348e95030b0b (diff)
downloadscummvm-rg350-e1c71dab99c9bf60ee1cc26da09ebd797a693a3a.tar.gz
scummvm-rg350-e1c71dab99c9bf60ee1cc26da09ebd797a693a3a.tar.bz2
scummvm-rg350-e1c71dab99c9bf60ee1cc26da09ebd797a693a3a.zip
Spacing.
svn-id: r33168
Diffstat (limited to 'engines/agos/gfx.cpp')
-rw-r--r--engines/agos/gfx.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/agos/gfx.cpp b/engines/agos/gfx.cpp
index 867a411962..9a3962ea21 100644
--- a/engines/agos/gfx.cpp
+++ b/engines/agos/gfx.cpp
@@ -8,7 +8,7 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
-d
+
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -836,8 +836,7 @@ void AGOSEngine::drawVertImageCompressed(VC10_state *state) {
dst += state->surf_pitch;
src++;
} while (++h != state->draw_height);
- }
- else {
+ } else {
do {
byte colors = *src;
color = (colors / 16);