Author: shadowmaster
Date: Wed Mar  5 12:26:41 2008
New Revision: 24326

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24326&view=rev
Log:
- Remove stray comment from r24271

Modified:
    trunk/src/unit.cpp

Modified: trunk/src/unit.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit.cpp?rev=24326&r1=24325&r2=24326&view=diff
==============================================================================
--- trunk/src/unit.cpp (original)
+++ trunk/src/unit.cpp Wed Mar  5 12:26:41 2008
@@ -501,10 +501,6 @@
        std::string profile;
        if (type() != NULL)
        {
-               // Update 2008-02-23 by Shadowmaster: make the test for 
specific profile take
-               // into account advancing unit's gender and variation to avoid 
issues like in Elvish Archer+female, which
-               // was considering its profile as "specific" when advancing, as 
it isn't the same as the
-               // male profile
                specific_profile = (cfg_["profile"] != 
type()->get_gender_unit_type(gender_).get_variation(variation_).cfg_["profile"]);
                
                if (specific_profile)


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

Reply via email to