diff options
author | Johannes Schickel | 2007-01-06 18:45:43 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-01-06 18:45:43 +0000 |
commit | 46271f214558ea0687b69c57d1a4d5db8dd8eb78 (patch) | |
tree | ca622033afd0f0350881dd44e0556cdcec83d3d1 | |
parent | ee1d36b91589c9904ce7ef0b7f7f309cd299b661 (diff) | |
download | scummvm-rg350-46271f214558ea0687b69c57d1a4d5db8dd8eb78.tar.gz scummvm-rg350-46271f214558ea0687b69c57d1a4d5db8dd8eb78.tar.bz2 scummvm-rg350-46271f214558ea0687b69c57d1a4d5db8dd8eb78.zip |
formatting
svn-id: r25038
-rw-r--r-- | engines/kyra/wsamovie.cpp | 3 |
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; } |