aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-10-01 11:39:08 +0000
committerTravis Howell2005-10-01 11:39:08 +0000
commit33eebe4b31076fc870b159930f9decaa41a36172 (patch)
tree8c7370240945a265e0807994b06a776354b0f86a
parentc9e9eb92c0ab7cf482b5204414be643cc3587369 (diff)
downloadscummvm-rg350-33eebe4b31076fc870b159930f9decaa41a36172.tar.gz
scummvm-rg350-33eebe4b31076fc870b159930f9decaa41a36172.tar.bz2
scummvm-rg350-33eebe4b31076fc870b159930f9decaa41a36172.zip
Fix mingw compile.
svn-id: r18916
-rw-r--r--saga/animation.h2
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 {