Author: brunowolff
Date: Fri Mar 21 20:23:00 2008
New Revision: 24950

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24950&view=rev
Log:
Backport r24823

Modified:
    branches/1.4/src/unit_animation.hpp

Modified: branches/1.4/src/unit_animation.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/unit_animation.hpp?rev=24950&r1=24949&r2=24950&view=diff
==============================================================================
--- branches/1.4/src/unit_animation.hpp (original)
+++ branches/1.4/src/unit_animation.hpp Fri Mar 21 20:23:00 2008
@@ -31,7 +31,7 @@
                //! Shouldn't be used so only declared.
                unit_animation();
        public:
-               typedef enum { MATCH_FAIL=-2 , DEFAULT_ANIM=-1};
+               typedef enum { MATCH_FAIL=-2 , DEFAULT_ANIM=-1} variation_type;
                typedef enum { HIT, MISS, KILL, INVALID} hit_type;
                static void fill_initial_animations( 
std::vector<unit_animation> & animations, const config & cfg);
                static void add_anims( std::vector<unit_animation> & 
animations, const config & cfg);


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to