diff options
author | Travis Howell | 2005-10-01 11:39:08 +0000 |
---|---|---|
committer | Travis Howell | 2005-10-01 11:39:08 +0000 |
commit | 33eebe4b31076fc870b159930f9decaa41a36172 (patch) | |
tree | 8c7370240945a265e0807994b06a776354b0f86a | |
parent | c9e9eb92c0ab7cf482b5204414be643cc3587369 (diff) | |
download | scummvm-rg350-33eebe4b31076fc870b159930f9decaa41a36172.tar.gz scummvm-rg350-33eebe4b31076fc870b159930f9decaa41a36172.tar.bz2 scummvm-rg350-33eebe4b31076fc870b159930f9decaa41a36172.zip |
Fix mingw compile.
svn-id: r18916
-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 { |