diff --git a/engines/kyra/wsamovie.cpp b/engines/kyra/wsamovie.cpp index 4a2fc3ce148..84abac2a4b1 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; }