aboutsummaryrefslogtreecommitdiff
path: root/engines/director/frame.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-02-11 20:18:17 +0100
committerEugene Sandulenko2017-02-11 23:23:56 +0100
commiteafa56daf0e159592a9476b803c12ec17da17eb1 (patch)
tree40248220546fc5e2881509ba5631b4c71cb0a17e /engines/director/frame.cpp
parent8b043bc7316b27c1d44d9e68111335346134cbeb (diff)
downloadscummvm-rg350-eafa56daf0e159592a9476b803c12ec17da17eb1.tar.gz
scummvm-rg350-eafa56daf0e159592a9476b803c12ec17da17eb1.tar.bz2
scummvm-rg350-eafa56daf0e159592a9476b803c12ec17da17eb1.zip
JANITORIAL: Formatting fixes
Diffstat (limited to 'engines/director/frame.cpp')
-rw-r--r--engines/director/frame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp
index f6a16e6cef..3dcfd57466 100644
--- a/engines/director/frame.cpp
+++ b/engines/director/frame.cpp
@@ -304,7 +304,7 @@ void Frame::readPaletteInfo(Common::SeekableSubReadStreamEndian &stream) {
_palette->flags = stream.readByte();
_palette->speed = stream.readByte();
_palette->frameCount = stream.readUint16();
- stream.skip(8); //unknown
+ stream.skip(8); // unknown
}
void Frame::readSprite(Common::SeekableSubReadStreamEndian &stream, uint16 offset, uint16 size) {
@@ -552,7 +552,7 @@ void Frame::renderSprites(Graphics::ManagedSurface &surface, bool renderTrail) {
castType = kCastBitmap;
break;
case 0x02:
- case 0x0c: //this is actually a mouse-over shape? I don't think it's a real button.
+ case 0x0c: // this is actually a mouse-over shape? I don't think it's a real button.
castType = kCastShape;
break;
case 0x07: