aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/gfxbase.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-23 15:46:50 +0000
committerMax Horn2010-10-23 15:46:50 +0000
commit3534cff8ef88b5e6a87e4f561146e52288456fa1 (patch)
tree5df229a8ffc35eb40462f362ecb7ab09ff7db238 /engines/parallaction/gfxbase.cpp
parentefcfb40da92eedc2a22e595b26369f960efd434e (diff)
downloadscummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.gz
scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.bz2
scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.zip
ALL: Fix indention (whitespaces -> tabs)
svn-id: r53738
Diffstat (limited to 'engines/parallaction/gfxbase.cpp')
-rw-r--r--engines/parallaction/gfxbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/gfxbase.cpp b/engines/parallaction/gfxbase.cpp
index a1926fc197..6c39b2e696 100644
--- a/engines/parallaction/gfxbase.cpp
+++ b/engines/parallaction/gfxbase.cpp
@@ -322,7 +322,7 @@ void Gfx::bltMaskScale(const Common::Rect& r, byte *data, Graphics::Surface *sur
uint line = 0, col = 0;
uint xAccum = 0, yAccum = 0;
- uint inc = width * (100 - scale);
+ uint inc = width * (100 - scale);
uint thr = width * 100;
for (uint16 i = 0; i < srcRect.height(); i++) {