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/asurface.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'engines/access/asurface.h') 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