[Scummvm-cvs-logs] CVS: scummvm/saga animation.h,1.36,1.37
kirben
kirben at users.sourceforge.net
Sun Oct 2 14:17:11 CEST 2005
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3662/saga
Modified Files:
animation.h
Log Message:
Fix mingw compile.
Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/animation.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- animation.h 1 Oct 2005 11:09:49 -0000 1.36
+++ animation.h 1 Oct 2005 11:39:08 -0000 1.37
@@ -47,7 +47,7 @@
enum AnimationState {
ANIM_PLAYING = 0x01,
ANIM_PAUSE = 0x02,
- ANIM_STOPPING = 0x03,
+ ANIM_STOPPING = 0x03
};
enum AnimationFlags {
More information about the Scummvm-git-logs
mailing list