Author: noyga
Date: Sat Feb  7 15:43:02 2009
New Revision: 32640

URL: http://svn.gna.org/viewcvs/wesnoth?rev=32640&view=rev
Log:
Fix some silly hp color order (was really hard to see btw)

Modified:
    trunk/src/unit.cpp

Modified: trunk/src/unit.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit.cpp?rev=32640&r1=32639&r2=32640&view=diff
==============================================================================
--- trunk/src/unit.cpp (original)
+++ trunk/src/unit.cpp Sat Feb  7 15:43:02 2009
@@ -830,11 +830,11 @@
                energy_colour.b = 0;
        } else if(unit_energy >= 0.5) {
                energy_colour.r = 255;
-               energy_colour.g = 155;
+               energy_colour.g = 175;
                energy_colour.b = 0;
        } else if(unit_energy >= 0.25) {
                energy_colour.r = 255;
-               energy_colour.g = 175;
+               energy_colour.g = 155;
                energy_colour.b = 0;
        } else {
                energy_colour.r = 255;


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

Reply via email to