aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-10-01 11:09:49 +0000
committerAndrew Kurushin2005-10-01 11:09:49 +0000
commitc9e9eb92c0ab7cf482b5204414be643cc3587369 (patch)
treec0d4e098f29806532dae97556729b01d8add84f2 /saga/animation.h
parentcb1e19584782f0eb3298fb2f178629cb9987e9cd (diff)
downloadscummvm-rg350-c9e9eb92c0ab7cf482b5204414be643cc3587369.tar.gz
scummvm-rg350-c9e9eb92c0ab7cf482b5204414be643cc3587369.tar.bz2
scummvm-rg350-c9e9eb92c0ab7cf482b5204414be643cc3587369.zip
fix #1298659 [WyrmKeep logo overdraw]
svn-id: r18915
Diffstat (limited to 'saga/animation.h')
-rw-r--r--saga/animation.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/saga/animation.h b/saga/animation.h
index 994ff7d512..e03c4230e2 100644
--- a/saga/animation.h
+++ b/saga/animation.h
@@ -47,8 +47,12 @@ namespace Saga {
enum AnimationState {
ANIM_PLAYING = 0x01,
ANIM_PAUSE = 0x02,
- ANIM_STOPPING = 0x04,
- ANIM_ENDSCENE = 0x80 // When animation ends, dispatch scene end event
+ ANIM_STOPPING = 0x03,
+};
+
+enum AnimationFlags {
+ ANIM_FLAG_NONE = 0x00,
+ ANIM_FLAG_ENDSCENE = 0x01 // When animation ends, dispatch scene end event
};
// Cutaway info array member. Cutaways are basically animations with a really