diff options
-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; } |