From a9903237034859883618de2b86a08fe5ec572881 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 17 Dec 2014 23:21:13 +0100 Subject: ACCESS: Format the definition of ImagerFlag and fix a comment --- engines/access/animation.cpp | 2 +- engines/access/asurface.h | 8 ++++++-- 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: -- cgit v1.2.3