aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-28 16:19:26 +0200
committerFilippos Karapetis2014-10-28 16:19:26 +0200
commit01e8286e1c8df605c98f828e5834584c997713b4 (patch)
tree750377aec5366db1f1b0df1304caf62837f2fb7c /engines/mads/scene_data.cpp
parente0c281b9b22fa8e515eb3b8c02a80ff3431acbc6 (diff)
downloadscummvm-rg350-01e8286e1c8df605c98f828e5834584c997713b4.tar.gz
scummvm-rg350-01e8286e1c8df605c98f828e5834584c997713b4.tar.bz2
scummvm-rg350-01e8286e1c8df605c98f828e5834584c997713b4.zip
MADS: Remove trailing whitespace
Diffstat (limited to 'engines/mads/scene_data.cpp')
-rw-r--r--engines/mads/scene_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene_data.cpp b/engines/mads/scene_data.cpp
index b0a5aa35c6..b5e219ed04 100644
--- a/engines/mads/scene_data.cpp
+++ b/engines/mads/scene_data.cpp
@@ -264,7 +264,7 @@ void SceneInfo::load(int sceneId, int variant, const Common::String &resName,
assert(asset && _depthStyle != 2);
MSprite *spr = asset->getFrame(asset->getCount() - 1);
- bgSurface.copyFrom(spr, si._position, si._depth, &depthSurface,
+ bgSurface.copyFrom(spr, si._position, si._depth, &depthSurface,
si._scale, spr->getTransparencyIndex());
}