diff options
-rw-r--r-- | saga/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/animation.h b/saga/animation.h index e03c4230e2..63bb448861 100644 --- a/saga/animation.h +++ b/saga/animation.h @@ -47,7 +47,7 @@ namespace Saga { enum AnimationState { ANIM_PLAYING = 0x01, ANIM_PAUSE = 0x02, - ANIM_STOPPING = 0x03, + ANIM_STOPPING = 0x03 }; enum AnimationFlags { |