parent
b6951e39e5
commit
c2063c76a3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const SDL_Color
|
|||
unit_type_color = { 245, 230, 193, SDL_ALPHA_OPAQUE },
|
||||
race_color = { 166, 146, 117, SDL_ALPHA_OPAQUE };
|
||||
|
||||
const std::string weapon_numbers_sep = utils::unicode_multiplication_sign, weapon_details_sep = "–";
|
||||
const std::string weapon_numbers_sep = "×", weapon_details_sep = "–";
|
||||
|
||||
std::string::const_iterator parse_markup(std::string::const_iterator i1,
|
||||
std::string::const_iterator i2,
|
||||
|
|
Loading…
Add table
Reference in a new issue