aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/view.h')
-rw-r--r--engines/agi/view.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/engines/agi/view.h b/engines/agi/view.h
index 428db1d6ad..04021260a3 100644
--- a/engines/agi/view.h
+++ b/engines/agi/view.h
@@ -66,25 +66,25 @@ enum CycleType {
kCycleEndOfLoop = 1,
kCycleRevLoop = 2,
kCycleReverse = 3
- };
+};
enum ViewFlags {
- fDrawn = (1 << 0), // 0x0001
- fIgnoreBlocks = (1 << 1), // 0x0002
- fFixedPriority = (1 << 2), // 0x0004
- fIgnoreHorizon = (1 << 3), // 0x0008
- fUpdate = (1 << 4), // 0x0010
- fCycling = (1 << 5), // 0x0020
- fAnimated = (1 << 6), // 0x0040
- fMotion = (1 << 7), // 0x0080
- fOnWater = (1 << 8), // 0x0100
- fIgnoreObjects = (1 << 9), // 0x0200
- fUpdatePos = (1 << 10), // 0x0400
- fOnLand = (1 << 11), // 0x0800
- fDontupdate = (1 << 12), // 0x1000
- fFixLoop = (1 << 13), // 0x2000
- fDidntMove = (1 << 14), // 0x4000
- fAdjEgoXY = (1 << 15) // 0x8000
+ fDrawn = (1 << 0), // 0x0001
+ fIgnoreBlocks = (1 << 1), // 0x0002
+ fFixedPriority = (1 << 2), // 0x0004
+ fIgnoreHorizon = (1 << 3), // 0x0008
+ fUpdate = (1 << 4), // 0x0010
+ fCycling = (1 << 5), // 0x0020
+ fAnimated = (1 << 6), // 0x0040
+ fMotion = (1 << 7), // 0x0080
+ fOnWater = (1 << 8), // 0x0100
+ fIgnoreObjects = (1 << 9), // 0x0200
+ fUpdatePos = (1 << 10), // 0x0400
+ fOnLand = (1 << 11), // 0x0800
+ fDontupdate = (1 << 12), // 0x1000
+ fFixLoop = (1 << 13), // 0x2000
+ fDidntMove = (1 << 14), // 0x4000
+ fAdjEgoXY = (1 << 15) // 0x8000
};
/**