diff options
author | Travis Howell | 2008-07-21 10:32:20 +0000 |
---|---|---|
committer | Travis Howell | 2008-07-21 10:32:20 +0000 |
commit | e1c71dab99c9bf60ee1cc26da09ebd797a693a3a (patch) | |
tree | 314ad94909a2e08b15c6f70fe216307df6fd4aa1 | |
parent | ecd44b8f90ec3f1e749f3b8787f6348e95030b0b (diff) | |
download | scummvm-rg350-e1c71dab99c9bf60ee1cc26da09ebd797a693a3a.tar.gz scummvm-rg350-e1c71dab99c9bf60ee1cc26da09ebd797a693a3a.tar.bz2 scummvm-rg350-e1c71dab99c9bf60ee1cc26da09ebd797a693a3a.zip |
Spacing.
svn-id: r33168
-rw-r--r-- | engines/agos/gfx.cpp | 5 |
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); |