Fix some silly hp color order (was really hard to see btw)
This commit is contained in:
parent
9c5ce95fe1
commit
268c54b7f4
1 changed files with 2 additions and 2 deletions
|
@ -830,11 +830,11 @@ SDL_Colour unit::hp_color() const
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue