aboutsummaryrefslogtreecommitdiff
path: root/engines/access/asurface.h
diff options
context:
space:
mode:
authorStrangerke2014-12-17 23:21:13 +0100
committerStrangerke2014-12-17 23:21:13 +0100
commita9903237034859883618de2b86a08fe5ec572881 (patch)
tree95909fa97ef6e6c4bd86526f5ebab37948e50b88 /engines/access/asurface.h
parentcd4183a4638e964cc7b4c6b5c7e31c1bec9ffb99 (diff)
downloadscummvm-rg350-a9903237034859883618de2b86a08fe5ec572881.tar.gz
scummvm-rg350-a9903237034859883618de2b86a08fe5ec572881.tar.bz2
scummvm-rg350-a9903237034859883618de2b86a08fe5ec572881.zip
ACCESS: Format the definition of ImagerFlag
and fix a comment
Diffstat (limited to 'engines/access/asurface.h')
-rw-r--r--engines/access/asurface.h8
1 files changed, 6 insertions, 2 deletions
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: