aboutsummaryrefslogtreecommitdiff
path: root/scumm/sprite_he.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sprite_he.h')
-rw-r--r--scumm/sprite_he.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/sprite_he.h b/scumm/sprite_he.h
index dcf215017d..1d165b8a58 100644
--- a/scumm/sprite_he.h
+++ b/scumm/sprite_he.h
@@ -61,8 +61,7 @@ enum SpriteFlags {
};
enum SpriteGroupFlags {
- kSGFClipBox = 1 << 0,
- kSGFNeedRedraw = 1 << 1
+ kSGFClipBox = (1 << 0)
};
struct SpriteInfo {