aboutsummaryrefslogtreecommitdiff
path: root/engines/access
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access')
-rw-r--r--engines/access/animation.cpp2
-rw-r--r--engines/access/asurface.h8
2 files changed, 7 insertions, 3 deletions
diff --git a/engines/access/animation.cpp b/engines/access/animation.cpp
index 045382aa0a..548e7db02d 100644
--- a/engines/access/animation.cpp
+++ b/engines/access/animation.cpp
@@ -191,7 +191,7 @@ void Animation::anim4() {
}
void Animation::animNone() {
- // No implementation
+ // Empty implementation
}
void Animation::anim7() {
diff --git a/engines/access/asurface.h b/engines/access/asurface.h
index 833927e4ba..6ffbf0e25e 100644
--- a/engines/access/asurface.h
+++ b/engines/access/asurface.h
@@ -138,8 +138,12 @@ public:
SpriteFrame *getFrame(int idx) { return _frames[idx]; }
};
-enum ImageFlag { IMGFLAG_CROPPED = 1, IMGFLAG_BACKWARDS = 2, IMGFLAG_DRAWN = 4,
- IMGFLAG_UNSCALED = 8 };
+enum ImageFlag {
+ IMGFLAG_CROPPED = 1,
+ IMGFLAG_BACKWARDS = 2,
+ IMGFLAG_DRAWN = 4,
+ IMGFLAG_UNSCALED = 8
+};
class ImageEntry {
public: