aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2007-01-06 18:45:43 +0000
committerJohannes Schickel2007-01-06 18:45:43 +0000
commit46271f214558ea0687b69c57d1a4d5db8dd8eb78 (patch)
treeca622033afd0f0350881dd44e0556cdcec83d3d1
parentee1d36b91589c9904ce7ef0b7f7f309cd299b661 (diff)
downloadscummvm-rg350-46271f214558ea0687b69c57d1a4d5db8dd8eb78.tar.gz
scummvm-rg350-46271f214558ea0687b69c57d1a4d5db8dd8eb78.tar.bz2
scummvm-rg350-46271f214558ea0687b69c57d1a4d5db8dd8eb78.zip
formatting
svn-id: r25038
-rw-r--r--engines/kyra/wsamovie.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/wsamovie.cpp b/engines/kyra/wsamovie.cpp
index 4a2fc3ce14..84abac2a4b 100644
--- a/engines/kyra/wsamovie.cpp
+++ b/engines/kyra/wsamovie.cpp
@@ -246,8 +246,7 @@ int WSAMovieV2::open(const char *filename, int unk1, uint8 *palBuf) {
}
}
- if (flags & 2)
- {
+ if (flags & 2) {
_flags |= WF_MASKED_BLIT;
}