aboutsummaryrefslogtreecommitdiff
path: root/scumm/sprite_he.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-13 12:59:25 +0000
committerTravis Howell2005-03-13 12:59:25 +0000
commit45602953525ebb53284c66742031f9596671c162 (patch)
treea62c150ea5417337a2e245a614fa97d58bae5de1 /scumm/sprite_he.h
parente19130293709c4f4e51fb01c64f7a8d6c9926ed5 (diff)
downloadscummvm-rg350-45602953525ebb53284c66742031f9596671c162.tar.gz
scummvm-rg350-45602953525ebb53284c66742031f9596671c162.tar.bz2
scummvm-rg350-45602953525ebb53284c66742031f9596671c162.zip
Correct sprite flags mistake.
svn-id: r17115
Diffstat (limited to 'scumm/sprite_he.h')
-rw-r--r--scumm/sprite_he.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/sprite_he.h b/scumm/sprite_he.h
index b0d1619883..254d764cf3 100644
--- a/scumm/sprite_he.h
+++ b/scumm/sprite_he.h
@@ -47,8 +47,8 @@ enum SpriteFlags {
kSF19 = (1 << 18),
kSF20 = (1 << 19),
kSF21 = (1 << 20),
- kSFYFlipped = (1 << 21),
- kSFXFlipped = (1 << 22),
+ kSF22 = (1 << 21),
+ kSF23 = (1 << 22),
kSF24 = (1 << 23),
kSF25 = (1 << 24),
kSFBlitDirectly = (1 << 25),