aboutsummaryrefslogtreecommitdiff
path: root/engines/director/cast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/cast.cpp')
-rw-r--r--engines/director/cast.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index f49d0b5f37..0db59cbd64 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -50,7 +50,8 @@ BitmapCast::BitmapCast(Common::ReadStreamEndian &stream, uint16 version) {
regY = stream.readUint16();
bitsPerPixel = stream.readUint16();
- if (bitsPerPixel == 0) bitsPerPixel = 1;
+ if (bitsPerPixel == 0)
+ bitsPerPixel = 1;
int tail = 0;