Changed recall cost in recall dialog to default colour

This commit is contained in:
Aishiko 2014-03-20 19:41:35 -04:00
parent c8346d3446
commit 0fe4a943f3

View file

@ -550,7 +550,7 @@ int recall_dialog(display& disp, std::vector< const unit* >& units, int side, co
option << font::NORMAL_TEXT << "<255,0,0>";
}
else if(cost == team_recall_cost) {
option << font::NORMAL_TEXT << "<255,255,255>";
option << font::NORMAL_TEXT;
}
else if(cost < team_recall_cost) {
option << font::NORMAL_TEXT << "<0,255,0>";